Html Css Color HEX #B86EE3 Medium Orchid

📋 copy color: '#B86EE3'

red 184 ◦ green 110 ◦ blue 227

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

Shades of Medium Orchid #B86EE3

Tints of Medium Orchid #B86EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.57%

R = 35.32%
G = 21.11%
B = 43.57%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B86EE3 (or 0xB86EE3) is known color: Medium Orchid. HEX triplet: B8, 6E and E3. RGB value is (184,110,227). Sum of RGB (Red+Green+Blue) = 184+110+227=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #B86EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EE3 is #47911C. Grayscale: #919191. Windows color (decimal): -4690205 or 14905016. OLE color: 14905016.

HSL color Cylindrical-coordinate representation of color #B86EE3: hue angle of 277.95º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86EE3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 110 227 -
CMYK 0.19 0.52 0 0.11
HSL 277.95º 0.68% 0.66% -
HSV(B) 277.95º 0.52% 0.89% -
XYZ 39.21 26.89 75.8 -
YUV 145.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 184 110 227 0.19 0.52 0 0.11 277.95 0.68 0.66
Hex B8 6E E3 13 34 0 B 116 44 42
Octal 270 156 343 23 64 0 13 426 104 102
Binary 10111000 1101110 11100011 10011 110100 0 1011 100010110 1000100 1000010

Color Harmonies of #B86EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EE3

Black with #B86EE3

Text Example


Text Example

White with #B86EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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