Shades of Medium Orchid #B855DC
Tints of Medium Orchid #B855DC
RGB
CMYK
RGB Variations
Color information
#B855DC (or 0xB855DC) is known color: Medium Orchid. HEX triplet: B8, 55 and DC. RGB value is (184,85,220). Sum of RGB (Red+Green+Blue) = 184+85+220=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #B855DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855DC is #47AA23. Grayscale: #818181. Windows color (decimal): -4696612 or 14439864. OLE color: 14439864.
HSL color Cylindrical-coordinate representation of color #B855DC: hue angle of 284º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B855DC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 85 | 220 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.14 |
| HSL | 284º | 0.66% | 0.6% | - |
| HSV(B) | 284º | 0.61% | 0.86% | - |
| XYZ | 35.93 | 21.85 | 70.03 | - |
| YUV | 129.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 220 | 0.16 | 0.61 | 0 | 0.14 | 284 | 0.66 | 0.6 |
| Hex | B8 | 55 | DC | 10 | 3D | 0 | E | 11C | 42 | 3C |
| Octal | 270 | 125 | 334 | 20 | 75 | 0 | 16 | 434 | 102 | 74 |
| Binary | 10111000 | 1010101 | 11011100 | 10000 | 111101 | 0 | 1110 | 100011100 | 1000010 | 111100 |
Color Harmonies of #B855DC
Complementary color
Monochromatic Colors of #B855DC
Black with #B855DC
Text Example
Text Example
White with #B855DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855DC; }
p { color: rgb(184,85,220); }
H1.HeaderClassName
{
color: #B855DC;
}
.AnyTagClassName
{
color: #B855DC;
}
</style>
background-color css
<style>
a { background-color: #B855DC; }
a { background-color: rgb(184,85,220); }
div.DivClassName
{
background-color: #B855DC;
}
.BgClassName
{
background-color: #B855DC;
}
</style>
border-color css
<style>
span { border-color: #B855DC; }
span { border-color: rgb(184,85,220); }
td.TdClassName
{
border-color: #B855DC;
}
.TagClassName
{
border-color: #B855DC;
}
</style>