#B857D8

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

Shades of Medium Orchid #B857D8

Tints of Medium Orchid #B857D8

Color information

#B857D8 (or 0xB857D8) is unknown color: approx Medium Orchid. HEX triplet: B8, 57 and D8. RGB value is (184,87,216). Sum of RGB (Red+Green+Blue) = 184+87+216=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #B857D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B857D8 is #47A827. Grayscale: #828282. Windows color (decimal): -4696104 or 14178232. OLE color: 14178232.

HSL color Cylindrical-coordinate representation of color #B857D8: hue angle of 285.12º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B857D8 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18487216-
CMYK0.150.6000.15
HSL285.12º62.32%59.41%-
HSV(B)285.12º59.72%84.71%-
XYZ35.5721.9667.33-
YUV130.71176.14166.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 87 (34.38% from 255) = 17.86%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=37.78%
G=17.86%
B=44.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184872160.150.6000.15285.1262.3259.41
HexB857D8F3C0F11d3e3b
Octal27012733017740174357673
Binary10111000101011111011000111111110001111100011101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B857D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B857D8; }

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

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

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

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

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

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

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

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