Shades of Dark Orchid #B31BDD
Tints of Dark Orchid #B31BDD
RGB
CMYK
RGB Variations
Color information
#B31BDD (or 0xB31BDD) is known color: Dark Orchid. HEX triplet: B3, 1B and DD. RGB value is (179,27,221). Sum of RGB (Red+Green+Blue) = 179+27+221=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #B31BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31BDD is #4CE422. Grayscale: #5D5D5D. Windows color (decimal): -5039139 or 14490547. OLE color: 14490547.
HSL color Cylindrical-coordinate representation of color #B31BDD: hue angle of 287.01º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31BDD is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 27 | 221 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.13 |
| HSL | 287.01º | 0.78% | 0.49% | - |
| HSV(B) | 287.01º | 0.88% | 0.87% | - |
| XYZ | 32.03 | 15.59 | 69.73 | - |
| YUV | 94.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 221 | 0.19 | 0.88 | 0 | 0.13 | 287.01 | 0.78 | 0.49 |
| Hex | B3 | 1B | DD | 13 | 58 | 0 | D | 11F | 4E | 31 |
| Octal | 263 | 33 | 335 | 23 | 130 | 0 | 15 | 437 | 116 | 61 |
| Binary | 10110011 | 11011 | 11011101 | 10011 | 1011000 | 0 | 1101 | 100011111 | 1001110 | 110001 |
Color Harmonies of #B31BDD
Complementary color
Monochromatic Colors of #B31BDD
Black with #B31BDD
Text Example
Text Example
White with #B31BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31BDD; }
p { color: rgb(179,27,221); }
H1.HeaderClassName
{
color: #B31BDD;
}
.AnyTagClassName
{
color: #B31BDD;
}
</style>
background-color css
<style>
a { background-color: #B31BDD; }
a { background-color: rgb(179,27,221); }
div.DivClassName
{
background-color: #B31BDD;
}
.BgClassName
{
background-color: #B31BDD;
}
</style>
border-color css
<style>
span { border-color: #B31BDD; }
span { border-color: rgb(179,27,221); }
td.TdClassName
{
border-color: #B31BDD;
}
.TagClassName
{
border-color: #B31BDD;
}
</style>