Shades of Medium Orchid #B854C9
Tints of Medium Orchid #B854C9
RGB
CMYK
RGB Variations
Color information
#B854C9 (or 0xB854C9) is known color: Medium Orchid. HEX triplet: B8, 54 and C9. RGB value is (184,84,201). Sum of RGB (Red+Green+Blue) = 184+84+201=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #B854C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854C9 is #47AB36. Grayscale: #7E7E7E. Windows color (decimal): -4696887 or 13194424. OLE color: 13194424.
HSL color Cylindrical-coordinate representation of color #B854C9: hue angle of 291.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B854C9 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 84 | 201 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.21 |
| HSL | 291.28º | 0.52% | 0.56% | - |
| HSV(B) | 291.28º | 0.58% | 0.79% | - |
| XYZ | 33.48 | 20.75 | 57.5 | - |
| YUV | 127.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 201 | 0.08 | 0.58 | 0 | 0.21 | 291.28 | 0.52 | 0.56 |
| Hex | B8 | 54 | C9 | 8 | 3A | 0 | 15 | 123 | 34 | 38 |
| Octal | 270 | 124 | 311 | 10 | 72 | 0 | 25 | 443 | 64 | 70 |
| Binary | 10111000 | 1010100 | 11001001 | 1000 | 111010 | 0 | 10101 | 100100011 | 110100 | 111000 |
Color Harmonies of #B854C9
Complementary color
Monochromatic Colors of #B854C9
Black with #B854C9
Text Example
Text Example
White with #B854C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854C9; }
p { color: rgb(184,84,201); }
H1.HeaderClassName
{
color: #B854C9;
}
.AnyTagClassName
{
color: #B854C9;
}
</style>
background-color css
<style>
a { background-color: #B854C9; }
a { background-color: rgb(184,84,201); }
div.DivClassName
{
background-color: #B854C9;
}
.BgClassName
{
background-color: #B854C9;
}
</style>
border-color css
<style>
span { border-color: #B854C9; }
span { border-color: rgb(184,84,201); }
td.TdClassName
{
border-color: #B854C9;
}
.TagClassName
{
border-color: #B854C9;
}
</style>