Html Css Color HEX #B86EE0 Medium Orchid

📋 copy color: '#B86EE0'

red 184 ◦ green 110 ◦ blue 224

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

Shades of Medium Orchid #B86EE0

Tints of Medium Orchid #B86EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 35.52%
G = 21.24%
B = 43.24%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B86EE0 (or 0xB86EE0) is known color: Medium Orchid. HEX triplet: B8, 6E and E0. RGB value is (184,110,224). Sum of RGB (Red+Green+Blue) = 184+110+224=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #B86EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EE0 is #47911F. Grayscale: #909090. Windows color (decimal): -4690208 or 14708408. OLE color: 14708408.

HSL color Cylindrical-coordinate representation of color #B86EE0: hue angle of 278.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B86EE0 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 110 224 -
CMYK 0.18 0.51 0 0.12
HSL 278.95º 0.65% 0.65% -
HSV(B) 278.95º 0.51% 0.88% -
XYZ 38.8 26.72 73.63 -
YUV 145.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 184 110 224 0.18 0.51 0 0.12 278.95 0.65 0.65
Hex B8 6E E0 12 33 0 C 117 41 41
Octal 270 156 340 22 63 0 14 427 101 101
Binary 10111000 1101110 11100000 10010 110011 0 1100 100010111 1000001 1000001

Color Harmonies of #B86EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EE0

Black with #B86EE0

Text Example


Text Example

White with #B86EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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