Shades of Dark Orchid #B320C8
Tints of Dark Orchid #B320C8
RGB
CMYK
RGB Variations
Color information
#B320C8 (or 0xB320C8) is known color: Dark Orchid. HEX triplet: B3, 20 and C8. RGB value is (179,32,200). Sum of RGB (Red+Green+Blue) = 179+32+200=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #B320C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320C8 is #4CDF37. Grayscale: #5E5E5E. Windows color (decimal): -5037880 or 13115571. OLE color: 13115571.
HSL color Cylindrical-coordinate representation of color #B320C8: hue angle of 292.5º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B320C8 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 32 | 200 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.22 |
| HSL | 292.5º | 0.72% | 0.45% | - |
| HSV(B) | 292.5º | 0.84% | 0.78% | - |
| XYZ | 29.53 | 14.79 | 55.94 | - |
| YUV | 95.11 | 187.2 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 200 | 0.10 | 0.84 | 0 | 0.22 | 292.5 | 0.72 | 0.45 |
| Hex | B3 | 20 | C8 | A | 54 | 0 | 16 | 124 | 48 | 2D |
| Octal | 263 | 40 | 310 | 12 | 124 | 0 | 26 | 444 | 110 | 55 |
| Binary | 10110011 | 100000 | 11001000 | 1010 | 1010100 | 0 | 10110 | 100100100 | 1001000 | 101101 |
Color Harmonies of #B320C8
Complementary color
Monochromatic Colors of #B320C8
Black with #B320C8
Text Example
Text Example
White with #B320C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320C8; }
p { color: rgb(179,32,200); }
H1.HeaderClassName
{
color: #B320C8;
}
.AnyTagClassName
{
color: #B320C8;
}
</style>
background-color css
<style>
a { background-color: #B320C8; }
a { background-color: rgb(179,32,200); }
div.DivClassName
{
background-color: #B320C8;
}
.BgClassName
{
background-color: #B320C8;
}
</style>
border-color css
<style>
span { border-color: #B320C8; }
span { border-color: rgb(179,32,200); }
td.TdClassName
{
border-color: #B320C8;
}
.TagClassName
{
border-color: #B320C8;
}
</style>