Shades of Medium Orchid #B855E1
Tints of Medium Orchid #B855E1
RGB
CMYK
RGB Variations
Color information
#B855E1 (or 0xB855E1) is known color: Medium Orchid. HEX triplet: B8, 55 and E1. RGB value is (184,85,225). Sum of RGB (Red+Green+Blue) = 184+85+225=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #B855E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855E1 is #47AA1E. Grayscale: #828282. Windows color (decimal): -4696607 or 14767544. OLE color: 14767544.
HSL color Cylindrical-coordinate representation of color #B855E1: hue angle of 282.43º degrees, saturation: 0.7, 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 #B855E1 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 85 | 225 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.12 |
| HSL | 282.43º | 0.7% | 0.61% | - |
| HSV(B) | 282.43º | 0.62% | 0.88% | - |
| XYZ | 36.61 | 22.12 | 73.58 | - |
| YUV | 130.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 225 | 0.18 | 0.62 | 0 | 0.12 | 282.43 | 0.7 | 0.61 |
| Hex | B8 | 55 | E1 | 12 | 3E | 0 | C | 11A | 46 | 3D |
| Octal | 270 | 125 | 341 | 22 | 76 | 0 | 14 | 432 | 106 | 75 |
| Binary | 10111000 | 1010101 | 11100001 | 10010 | 111110 | 0 | 1100 | 100011010 | 1000110 | 111101 |
Color Harmonies of #B855E1
Complementary color
Monochromatic Colors of #B855E1
Black with #B855E1
Text Example
Text Example
White with #B855E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855E1; }
p { color: rgb(184,85,225); }
H1.HeaderClassName
{
color: #B855E1;
}
.AnyTagClassName
{
color: #B855E1;
}
</style>
background-color css
<style>
a { background-color: #B855E1; }
a { background-color: rgb(184,85,225); }
div.DivClassName
{
background-color: #B855E1;
}
.BgClassName
{
background-color: #B855E1;
}
</style>
border-color css
<style>
span { border-color: #B855E1; }
span { border-color: rgb(184,85,225); }
td.TdClassName
{
border-color: #B855E1;
}
.TagClassName
{
border-color: #B855E1;
}
</style>