Html Css Color HEX #B86FCB Medium Orchid

📋 copy color: '#B86FCB'

red 184 ◦ green 111 ◦ blue 203

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

Shades of Medium Orchid #B86FCB

Tints of Medium Orchid #B86FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.29%

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 36.95%
G = 22.29%
B = 40.76%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B86FCB (or 0xB86FCB) is known color: Medium Orchid. HEX triplet: B8, 6F and CB. RGB value is (184,111,203). Sum of RGB (Red+Green+Blue) = 184+111+203=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #B86FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FCB is #479034. Grayscale: #8F8F8F. Windows color (decimal): -4689973 or 13332408. OLE color: 13332408.

HSL color Cylindrical-coordinate representation of color #B86FCB: hue angle of 287.61º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86FCB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 111 203 -
CMYK 0.09 0.45 0 0.20
HSL 287.61º 0.47% 0.62% -
HSV(B) 287.61º 0.45% 0.8% -
XYZ 36.23 25.87 59.58 -
YUV 143.32 161.68 157.02 -
System Red Green Blue C M Y K H S L
Decimal 184 111 203 0.09 0.45 0 0.20 287.61 0.47 0.62
Hex B8 6F CB 9 2D 0 14 120 2F 3E
Octal 270 157 313 11 55 0 24 440 57 76
Binary 10111000 1101111 11001011 1001 101101 0 10100 100100000 101111 111110

Color Harmonies of #B86FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FCB

Black with #B86FCB

Text Example


Text Example

White with #B86FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FCB; }

 p { color: rgb(184,111,203); }

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

background-color css

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

 a { background-color: rgb(184,111,203); }

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

border-color css

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

 span { border-color: rgb(184,111,203); }

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