Html Css Color HEX #B86EEC Medium Orchid

📋 copy color: '#B86EEC'

red 184 ◦ green 110 ◦ blue 236

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

Shades of Medium Orchid #B86EEC

Tints of Medium Orchid #B86EEC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

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

R = 34.72%
G = 20.75%
B = 44.53%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B86EEC (or 0xB86EEC) is known color: Medium Orchid. HEX triplet: B8, 6E and EC. RGB value is (184,110,236). Sum of RGB (Red+Green+Blue) = 184+110+236=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #B86EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EEC is #479113. Grayscale: #929292. Windows color (decimal): -4690196 or 15494840. OLE color: 15494840.

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

Color convert

RGB 184 110 236 -
CMYK 0.22 0.53 0 0.07
HSL 275.24º 0.77% 0.68% -
HSV(B) 275.24º 0.53% 0.93% -
XYZ 40.48 27.4 82.51 -
YUV 146.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 184 110 236 0.22 0.53 0 0.07 275.24 0.77 0.68
Hex B8 6E EC 16 35 0 7 113 4D 44
Octal 270 156 354 26 65 0 7 423 115 104
Binary 10111000 1101110 11101100 10110 110101 0 111 100010011 1001101 1000100

Color Harmonies of #B86EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EEC

Black with #B86EEC

Text Example


Text Example

White with #B86EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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