#B858E1

Color #B858E1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B858E1

Tints of Medium Orchid #B858E1

Color information

#B858E1 (or 0xB858E1) is unknown color: approx Medium Orchid. HEX triplet: B8, 58 and E1. RGB value is (184,88,225). Sum of RGB (Red+Green+Blue) = 184+88+225=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #B858E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858E1 is #47A71E. Grayscale: #838383. Windows color (decimal): -4695839 or 14768312. OLE color: 14768312.

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

Color convert

RGB18488225-
CMYK0.180.6100.12
HSL282.04º69.54%61.37%-
HSV(B)282.04º60.89%88.24%-
XYZ36.8522.6173.66-
YUV132.32180.3164.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 88 (34.77% from 255) = 17.71%
BLUE value IS 225 (88.28% from 255) = 45.27%
R=37.02%
G=17.71%
B=45.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal184882250.180.6100.12282.0469.5461.37
HexB858E1123D0C11a463d
Octal270130341227501443210675
Binary1011100010110001110000110010111101011001000110101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858E1; }

 p { color: rgb(184,88,225); }

 H1.HeaderClassName
 {
   color: #B858E1;
 }
 .AnyTagClassName
 {
   color: #B858E1;
 }
</style>
background-color css

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

 a { background-color: rgb(184,88,225); }

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

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

 span { border-color: rgb(184,88,225); }

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