Html Css Color HEX #B86BCB Medium Orchid

📋 copy color: '#B86BCB'

red 184 ◦ green 107 ◦ blue 203

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

Shades of Medium Orchid #B86BCB

Tints of Medium Orchid #B86BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

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

R = 37.25%
G = 21.66%
B = 41.09%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B86BCB (or 0xB86BCB) is known color: Medium Orchid. HEX triplet: B8, 6B and CB. RGB value is (184,107,203). Sum of RGB (Red+Green+Blue) = 184+107+203=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #B86BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BCB is #479434. Grayscale: #8C8C8C. Windows color (decimal): -4690997 or 13331384. OLE color: 13331384.

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

Color convert

RGB 184 107 203 -
CMYK 0.09 0.47 0 0.20
HSL 288.13º 0.48% 0.61% -
HSV(B) 288.13º 0.47% 0.8% -
XYZ 35.8 25.02 59.44 -
YUV 140.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 184 107 203 0.09 0.47 0 0.20 288.13 0.48 0.61
Hex B8 6B CB 9 2F 0 14 120 30 3D
Octal 270 153 313 11 57 0 24 440 60 75
Binary 10111000 1101011 11001011 1001 101111 0 10100 100100000 110000 111101

Color Harmonies of #B86BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BCB

Black with #B86BCB

Text Example


Text Example

White with #B86BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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