Shades of Medium Orchid #B854DC
Tints of Medium Orchid #B854DC
RGB
CMYK
RGB Variations
Color information
#B854DC (or 0xB854DC) is known color: Medium Orchid. HEX triplet: B8, 54 and DC. RGB value is (184,84,220). Sum of RGB (Red+Green+Blue) = 184+84+220=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B854DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854DC is #47AB23. Grayscale: #808080. Windows color (decimal): -4696868 or 14439608. OLE color: 14439608.
HSL color Cylindrical-coordinate representation of color #B854DC: hue angle of 284.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B854DC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 84 | 220 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.14 |
| HSL | 284.12º | 0.66% | 0.6% | - |
| HSV(B) | 284.12º | 0.62% | 0.86% | - |
| XYZ | 35.86 | 21.7 | 70.01 | - |
| YUV | 129.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 220 | 0.16 | 0.62 | 0 | 0.14 | 284.12 | 0.66 | 0.6 |
| Hex | B8 | 54 | DC | 10 | 3E | 0 | E | 11C | 42 | 3C |
| Octal | 270 | 124 | 334 | 20 | 76 | 0 | 16 | 434 | 102 | 74 |
| Binary | 10111000 | 1010100 | 11011100 | 10000 | 111110 | 0 | 1110 | 100011100 | 1000010 | 111100 |
Color Harmonies of #B854DC
Complementary color
Monochromatic Colors of #B854DC
Black with #B854DC
Text Example
Text Example
White with #B854DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854DC; }
p { color: rgb(184,84,220); }
H1.HeaderClassName
{
color: #B854DC;
}
.AnyTagClassName
{
color: #B854DC;
}
</style>
background-color css
<style>
a { background-color: #B854DC; }
a { background-color: rgb(184,84,220); }
div.DivClassName
{
background-color: #B854DC;
}
.BgClassName
{
background-color: #B854DC;
}
</style>
border-color css
<style>
span { border-color: #B854DC; }
span { border-color: rgb(184,84,220); }
td.TdClassName
{
border-color: #B854DC;
}
.TagClassName
{
border-color: #B854DC;
}
</style>