Html Css Color HEX #B86ECE Medium Orchid

📋 copy color: '#B86ECE'

red 184 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #B86ECE

Tints of Medium Orchid #B86ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 36.8%
G = 22%
B = 41.2%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B86ECE (or 0xB86ECE) is known color: Medium Orchid. HEX triplet: B8, 6E and CE. RGB value is (184,110,206). Sum of RGB (Red+Green+Blue) = 184+110+206=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #B86ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ECE is #479131. Grayscale: #8E8E8E. Windows color (decimal): -4690226 or 13528760. OLE color: 13528760.

HSL color Cylindrical-coordinate representation of color #B86ECE: hue angle of 286.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86ECE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 110 206 -
CMYK 0.11 0.47 0 0.19
HSL 286.25º 0.49% 0.62% -
HSV(B) 286.25º 0.47% 0.81% -
XYZ 36.48 25.8 61.45 -
YUV 143.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 184 110 206 0.11 0.47 0 0.19 286.25 0.49 0.62
Hex B8 6E CE B 2F 0 13 11E 31 3E
Octal 270 156 316 13 57 0 23 436 61 76
Binary 10111000 1101110 11001110 1011 101111 0 10011 100011110 110001 111110

Color Harmonies of #B86ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ECE

Black with #B86ECE

Text Example


Text Example

White with #B86ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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