#B857EC

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

Shades of Medium Orchid #B857EC

Tints of Medium Orchid #B857EC

Color information

#B857EC (or 0xB857EC) is unknown color: approx Medium Orchid. HEX triplet: B8, 57 and EC. RGB value is (184,87,236). Sum of RGB (Red+Green+Blue) = 184+87+236=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #B857EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B857EC is #47A813. Grayscale: #848484. Windows color (decimal): -4696084 or 15488952. OLE color: 15488952.

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

Color convert

RGB18487236-
CMYK0.220.6300.07
HSL279.06º79.68%63.33%-
HSV(B)279.06º63.14%92.55%-
XYZ38.3223.0681.79-
YUV132.99186.14164.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 87 (34.38% from 255) = 17.16%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=36.29%
G=17.16%
B=46.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184872360.220.6300.07279.0679.6863.33
HexB857EC163F07117503f
Octal27012735426770742712077
Binary101110001010111111011001011011111101111000101111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B857EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B857EC; }

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

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

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

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

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

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

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

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