Html Css Color HEX #B86DCB Medium Orchid

📋 copy color: '#B86DCB'

red 184 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #B86DCB

Tints of Medium Orchid #B86DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.98%

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

R = 37.1%
G = 21.98%
B = 40.93%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B86DCB (or 0xB86DCB) is known color: Medium Orchid. HEX triplet: B8, 6D and CB. RGB value is (184,109,203). Sum of RGB (Red+Green+Blue) = 184+109+203=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #B86DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DCB is #479234. Grayscale: #8D8D8D. Windows color (decimal): -4690485 or 13331896. OLE color: 13331896.

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

Color convert

RGB 184 109 203 -
CMYK 0.09 0.46 0 0.20
HSL 287.87º 0.47% 0.61% -
HSV(B) 287.87º 0.46% 0.8% -
XYZ 36.02 25.44 59.51 -
YUV 142.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 184 109 203 0.09 0.46 0 0.20 287.87 0.47 0.61
Hex B8 6D CB 9 2E 0 14 120 2F 3D
Octal 270 155 313 11 56 0 24 440 57 75
Binary 10111000 1101101 11001011 1001 101110 0 10100 100100000 101111 111101

Color Harmonies of #B86DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DCB

Black with #B86DCB

Text Example


Text Example

White with #B86DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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