Shades of Medium Orchid #B857CD
Tints of Medium Orchid #B857CD
RGB
CMYK
RGB Variations
Color information
#B857CD (or 0xB857CD) is known color: Medium Orchid. HEX triplet: B8, 57 and CD. RGB value is (184,87,205). Sum of RGB (Red+Green+Blue) = 184+87+205=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #B857CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B857CD is #47A832. Grayscale: #818181. Windows color (decimal): -4696115 or 13457336. OLE color: 13457336.
HSL color Cylindrical-coordinate representation of color #B857CD: hue angle of 289.32º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B857CD is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 87 | 205 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.20 |
| HSL | 289.32º | 0.54% | 0.57% | - |
| HSV(B) | 289.32º | 0.58% | 0.8% | - |
| XYZ | 34.19 | 21.41 | 60.09 | - |
| YUV | 129.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 205 | 0.10 | 0.58 | 0 | 0.20 | 289.32 | 0.54 | 0.57 |
| Hex | B8 | 57 | CD | A | 3A | 0 | 14 | 121 | 36 | 39 |
| Octal | 270 | 127 | 315 | 12 | 72 | 0 | 24 | 441 | 66 | 71 |
| Binary | 10111000 | 1010111 | 11001101 | 1010 | 111010 | 0 | 10100 | 100100001 | 110110 | 111001 |
Color Harmonies of #B857CD
Complementary color
Monochromatic Colors of #B857CD
Black with #B857CD
Text Example
Text Example
White with #B857CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B857CD; }
p { color: rgb(184,87,205); }
H1.HeaderClassName
{
color: #B857CD;
}
.AnyTagClassName
{
color: #B857CD;
}
</style>
background-color css
<style>
a { background-color: #B857CD; }
a { background-color: rgb(184,87,205); }
div.DivClassName
{
background-color: #B857CD;
}
.BgClassName
{
background-color: #B857CD;
}
</style>
border-color css
<style>
span { border-color: #B857CD; }
span { border-color: rgb(184,87,205); }
td.TdClassName
{
border-color: #B857CD;
}
.TagClassName
{
border-color: #B857CD;
}
</style>