Html Css Color HEX #B750ED Medium Orchid

📋 copy color: '#B750ED'

red 183 ◦ green 80 ◦ blue 237

#B750ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B750ED

Tints of Medium Orchid #B750ED

RGB

 RED value IS 183 (71.88% from 255) = 36.6%

 GREEN value IS 80 (31.64% from 255) = 16%

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 36.6%
G = 16%
B = 47.4%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B750ED (or 0xB750ED) is known color: Medium Orchid. HEX triplet: B7, 50 and ED. RGB value is (183,80,237). Sum of RGB (Red+Green+Blue) = 183+80+237=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #B750ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B750ED is #48AF12. Grayscale: #808080. Windows color (decimal): -4763411 or 15552695. OLE color: 15552695.

HSL color Cylindrical-coordinate representation of color #B750ED: hue angle of 279.36º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B750ED is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 80 237 -
CMYK 0.23 0.66 0 0.07
HSL 279.36º 0.81% 0.62% -
HSV(B) 279.36º 0.66% 0.93% -
XYZ 37.68 21.92 82.37 -
YUV 128.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 183 80 237 0.23 0.66 0 0.07 279.36 0.81 0.62
Hex B7 50 ED 17 42 0 7 117 51 3E
Octal 267 120 355 27 102 0 7 427 121 76
Binary 10110111 1010000 11101101 10111 1000010 0 111 100010111 1010001 111110

Color Harmonies of #B750ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750ED

Black with #B750ED

Text Example


Text Example

White with #B750ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750ED; }

 p { color: rgb(183,80,237); }

 H1.HeaderClassName
 {
   color: #B750ED;
 }
 .AnyTagClassName
 {
   color: #B750ED;
 }
</style>

background-color css

<style>
 a { background-color: #B750ED; }

 a { background-color: rgb(183,80,237); }

 div.DivClassName
 {
   background-color: #B750ED;
 }
 .BgClassName
 {
   background-color: #B750ED;
 }
</style>

border-color css

<style>
 span { border-color: #B750ED; }

 span { border-color: rgb(183,80,237); }

 td.TdClassName
 {
   border-color: #B750ED;
 }
 .TagClassName
 {
   border-color: #B750ED;
 }
</style>