Shades of Medium Orchid #B855E0
Tints of Medium Orchid #B855E0
RGB
CMYK
RGB Variations
Color information
#B855E0 (or 0xB855E0) is known color: Medium Orchid. HEX triplet: B8, 55 and E0. RGB value is (184,85,224). Sum of RGB (Red+Green+Blue) = 184+85+224=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #B855E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855E0 is #47AA1F. Grayscale: #818181. Windows color (decimal): -4696608 or 14702008. OLE color: 14702008.
HSL color Cylindrical-coordinate representation of color #B855E0: hue angle of 282.73º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B855E0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 85 | 224 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.12 |
| HSL | 282.73º | 0.69% | 0.61% | - |
| HSV(B) | 282.73º | 0.62% | 0.88% | - |
| XYZ | 36.47 | 22.07 | 72.86 | - |
| YUV | 130.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 224 | 0.18 | 0.62 | 0 | 0.12 | 282.73 | 0.69 | 0.61 |
| Hex | B8 | 55 | E0 | 12 | 3E | 0 | C | 11B | 45 | 3D |
| Octal | 270 | 125 | 340 | 22 | 76 | 0 | 14 | 433 | 105 | 75 |
| Binary | 10111000 | 1010101 | 11100000 | 10010 | 111110 | 0 | 1100 | 100011011 | 1000101 | 111101 |
Color Harmonies of #B855E0
Complementary color
Monochromatic Colors of #B855E0
Black with #B855E0
Text Example
Text Example
White with #B855E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855E0; }
p { color: rgb(184,85,224); }
H1.HeaderClassName
{
color: #B855E0;
}
.AnyTagClassName
{
color: #B855E0;
}
</style>
background-color css
<style>
a { background-color: #B855E0; }
a { background-color: rgb(184,85,224); }
div.DivClassName
{
background-color: #B855E0;
}
.BgClassName
{
background-color: #B855E0;
}
</style>
border-color css
<style>
span { border-color: #B855E0; }
span { border-color: rgb(184,85,224); }
td.TdClassName
{
border-color: #B855E0;
}
.TagClassName
{
border-color: #B855E0;
}
</style>