Html Css Color HEX #B86BCC Medium Orchid

📋 copy color: '#B86BCC'

red 184 ◦ green 107 ◦ blue 204

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

Shades of Medium Orchid #B86BCC

Tints of Medium Orchid #B86BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 37.17%
G = 21.62%
B = 41.21%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B86BCC (or 0xB86BCC) is known color: Medium Orchid. HEX triplet: B8, 6B and CC. RGB value is (184,107,204). Sum of RGB (Red+Green+Blue) = 184+107+204=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #B86BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BCC is #479433. Grayscale: #8C8C8C. Windows color (decimal): -4690996 or 13396920. OLE color: 13396920.

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

Color convert

RGB 184 107 204 -
CMYK 0.10 0.48 0 0.2
HSL 287.63º 0.49% 0.61% -
HSV(B) 287.63º 0.48% 0.8% -
XYZ 35.92 25.07 60.07 -
YUV 141.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 184 107 204 0.10 0.48 0 0.2 287.63 0.49 0.61
Hex B8 6B CC A 30 0 14 120 31 3D
Octal 270 153 314 12 60 0 24 440 61 75
Binary 10111000 1101011 11001100 1010 110000 0 10100 100100000 110001 111101

Color Harmonies of #B86BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BCC

Black with #B86BCC

Text Example


Text Example

White with #B86BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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