#B857E6

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

Shades of Medium Orchid #B857E6

Tints of Medium Orchid #B857E6

Color information

#B857E6 (or 0xB857E6) is unknown color: approx Medium Orchid. HEX triplet: B8, 57 and E6. RGB value is (184,87,230). Sum of RGB (Red+Green+Blue) = 184+87+230=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #B857E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B857E6 is #47A819. Grayscale: #838383. Windows color (decimal): -4696090 or 15095736. OLE color: 15095736.

HSL color Cylindrical-coordinate representation of color #B857E6: hue angle of 280.7º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B857E6 is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18487230-
CMYK0.20.6200.10
HSL280.7º74.09%62.16%-
HSV(B)280.7º62.17%90.2%-
XYZ37.4622.7277.27-
YUV132.3183.14164.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 87 (34.38% from 255) = 17.37%
BLUE value IS 230 (90.23% from 255) = 45.91%
R=36.73%
G=17.37%
B=45.91%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal184872300.20.6200.10280.774.0962.16
HexB857E6143E0A1194a3e
Octal270127346247601243111276
Binary1011100010101111110011010100111110010101000110011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B857E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B857E6; }

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

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

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

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

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

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

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

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