#B858E0

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

Shades of Medium Orchid #B858E0

Tints of Medium Orchid #B858E0

Color information

#B858E0 (or 0xB858E0) is unknown color: approx Medium Orchid. HEX triplet: B8, 58 and E0. RGB value is (184,88,224). Sum of RGB (Red+Green+Blue) = 184+88+224=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #B858E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858E0 is #47A71F. Grayscale: #838383. Windows color (decimal): -4695840 or 14702776. OLE color: 14702776.

HSL color Cylindrical-coordinate representation of color #B858E0: hue angle of 282.35º degrees, saturation: 0.69, 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 #B858E0 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18488224-
CMYK0.180.6100.12
HSL282.35º68.69%61.18%-
HSV(B)282.35º60.71%87.84%-
XYZ36.7122.5572.94-
YUV132.21179.8164.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 88 (34.77% from 255) = 17.74%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=37.10%
G=17.74%
B=45.16%

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
Decimal184882240.180.6100.12282.3568.6961.18
HexB858E0123D0C11a453d
Octal270130340227501443210575
Binary1011100010110001110000010010111101011001000110101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858E0; }

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

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

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

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

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

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

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

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