Html Css Color HEX #B86CEC Medium Orchid

📋 copy color: '#B86CEC'

red 184 ◦ green 108 ◦ blue 236

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

Shades of Medium Orchid #B86CEC

Tints of Medium Orchid #B86CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.45%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 34.85%
G = 20.45%
B = 44.7%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B86CEC (or 0xB86CEC) is known color: Medium Orchid. HEX triplet: B8, 6C and EC. RGB value is (184,108,236). Sum of RGB (Red+Green+Blue) = 184+108+236=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #B86CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CEC is #479313. Grayscale: #909090. Windows color (decimal): -4690708 or 15494328. OLE color: 15494328.

HSL color Cylindrical-coordinate representation of color #B86CEC: hue angle of 275.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86CEC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 108 236 -
CMYK 0.22 0.54 0 0.07
HSL 275.63º 0.77% 0.67% -
HSV(B) 275.63º 0.54% 0.93% -
XYZ 40.27 26.97 82.44 -
YUV 145.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 184 108 236 0.22 0.54 0 0.07 275.63 0.77 0.67
Hex B8 6C EC 16 36 0 7 114 4D 43
Octal 270 154 354 26 66 0 7 424 115 103
Binary 10111000 1101100 11101100 10110 110110 0 111 100010100 1001101 1000011

Color Harmonies of #B86CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CEC

Black with #B86CEC

Text Example


Text Example

White with #B86CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CEC; }

 p { color: rgb(184,108,236); }

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

background-color css

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

 a { background-color: rgb(184,108,236); }

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

border-color css

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

 span { border-color: rgb(184,108,236); }

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