Shades of Dark Orchid #B31CDC
Tints of Dark Orchid #B31CDC
RGB
CMYK
RGB Variations
Color information
#B31CDC (or 0xB31CDC) is known color: Dark Orchid. HEX triplet: B3, 1C and DC. RGB value is (179,28,220). Sum of RGB (Red+Green+Blue) = 179+28+220=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #B31CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CDC is #4CE323. Grayscale: #5E5E5E. Windows color (decimal): -5038884 or 14425267. OLE color: 14425267.
HSL color Cylindrical-coordinate representation of color #B31CDC: hue angle of 287.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31CDC is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 28 | 220 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.14 |
| HSL | 287.19º | 0.77% | 0.49% | - |
| HSV(B) | 287.19º | 0.87% | 0.86% | - |
| XYZ | 31.92 | 15.58 | 69.04 | - |
| YUV | 95.04 | 198.53 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 220 | 0.19 | 0.87 | 0 | 0.14 | 287.19 | 0.77 | 0.49 |
| Hex | B3 | 1C | DC | 13 | 57 | 0 | E | 11F | 4D | 31 |
| Octal | 263 | 34 | 334 | 23 | 127 | 0 | 16 | 437 | 115 | 61 |
| Binary | 10110011 | 11100 | 11011100 | 10011 | 1010111 | 0 | 1110 | 100011111 | 1001101 | 110001 |
Color Harmonies of #B31CDC
Complementary color
Monochromatic Colors of #B31CDC
Black with #B31CDC
Text Example
Text Example
White with #B31CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CDC; }
p { color: rgb(179,28,220); }
H1.HeaderClassName
{
color: #B31CDC;
}
.AnyTagClassName
{
color: #B31CDC;
}
</style>
background-color css
<style>
a { background-color: #B31CDC; }
a { background-color: rgb(179,28,220); }
div.DivClassName
{
background-color: #B31CDC;
}
.BgClassName
{
background-color: #B31CDC;
}
</style>
border-color css
<style>
span { border-color: #B31CDC; }
span { border-color: rgb(179,28,220); }
td.TdClassName
{
border-color: #B31CDC;
}
.TagClassName
{
border-color: #B31CDC;
}
</style>