Html Css Color HEX #B86EED Medium Orchid

📋 copy color: '#B86EED'

red 184 ◦ green 110 ◦ blue 237

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

Shades of Medium Orchid #B86EED

Tints of Medium Orchid #B86EED

RGB

 RED value IS 184 (72.27% from 255) = 34.65%

 GREEN value IS 110 (43.36% from 255) = 20.72%

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

R = 34.65%
G = 20.72%
B = 44.63%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B86EED (or 0xB86EED) is known color: Medium Orchid. HEX triplet: B8, 6E and ED. RGB value is (184,110,237). Sum of RGB (Red+Green+Blue) = 184+110+237=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #B86EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EED is #479112. Grayscale: #929292. Windows color (decimal): -4690195 or 15560376. OLE color: 15560376.

HSL color Cylindrical-coordinate representation of color #B86EED: hue angle of 274.96º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86EED is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 110 237 -
CMYK 0.22 0.54 0 0.07
HSL 274.96º 0.78% 0.68% -
HSV(B) 274.96º 0.54% 0.93% -
XYZ 40.63 27.46 83.28 -
YUV 146.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 184 110 237 0.22 0.54 0 0.07 274.96 0.78 0.68
Hex B8 6E ED 16 36 0 7 113 4E 44
Octal 270 156 355 26 66 0 7 423 116 104
Binary 10111000 1101110 11101101 10110 110110 0 111 100010011 1001110 1000100

Color Harmonies of #B86EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EED

Black with #B86EED

Text Example


Text Example

White with #B86EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EED; }

 p { color: rgb(184,110,237); }

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

background-color css

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

 a { background-color: rgb(184,110,237); }

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

border-color css

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

 span { border-color: rgb(184,110,237); }

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