Shades of Medium Orchid #B857DC
Tints of Medium Orchid #B857DC
RGB
CMYK
RGB Variations
Color information
#B857DC (or 0xB857DC) is known color: Medium Orchid. HEX triplet: B8, 57 and DC. RGB value is (184,87,220). Sum of RGB (Red+Green+Blue) = 184+87+220=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #B857DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B857DC is #47A823. Grayscale: #828282. Windows color (decimal): -4696100 or 14440376. OLE color: 14440376.
HSL color Cylindrical-coordinate representation of color #B857DC: hue angle of 283.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B857DC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 87 | 220 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.14 |
| HSL | 283.76º | 0.66% | 0.6% | - |
| HSV(B) | 283.76º | 0.6% | 0.86% | - |
| XYZ | 36.09 | 22.17 | 70.09 | - |
| YUV | 131.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 220 | 0.16 | 0.60 | 0 | 0.14 | 283.76 | 0.66 | 0.6 |
| Hex | B8 | 57 | DC | 10 | 3C | 0 | E | 11C | 42 | 3C |
| Octal | 270 | 127 | 334 | 20 | 74 | 0 | 16 | 434 | 102 | 74 |
| Binary | 10111000 | 1010111 | 11011100 | 10000 | 111100 | 0 | 1110 | 100011100 | 1000010 | 111100 |
Color Harmonies of #B857DC
Complementary color
Monochromatic Colors of #B857DC
Black with #B857DC
Text Example
Text Example
White with #B857DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B857DC; }
p { color: rgb(184,87,220); }
H1.HeaderClassName
{
color: #B857DC;
}
.AnyTagClassName
{
color: #B857DC;
}
</style>
background-color css
<style>
a { background-color: #B857DC; }
a { background-color: rgb(184,87,220); }
div.DivClassName
{
background-color: #B857DC;
}
.BgClassName
{
background-color: #B857DC;
}
</style>
border-color css
<style>
span { border-color: #B857DC; }
span { border-color: rgb(184,87,220); }
td.TdClassName
{
border-color: #B857DC;
}
.TagClassName
{
border-color: #B857DC;
}
</style>