Shades of Dark Orchid #B31DDA
Tints of Dark Orchid #B31DDA
RGB
CMYK
RGB Variations
Color information
#B31DDA (or 0xB31DDA) is known color: Dark Orchid. HEX triplet: B3, 1D and DA. RGB value is (179,29,218). Sum of RGB (Red+Green+Blue) = 179+29+218=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #B31DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DDA is #4CE225. Grayscale: #5E5E5E. Windows color (decimal): -5038630 or 14294451. OLE color: 14294451.
HSL color Cylindrical-coordinate representation of color #B31DDA: hue angle of 287.62º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31DDA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 29 | 218 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.15 |
| HSL | 287.62º | 0.77% | 0.48% | - |
| HSV(B) | 287.62º | 0.87% | 0.85% | - |
| XYZ | 31.68 | 15.52 | 67.66 | - |
| YUV | 95.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 218 | 0.18 | 0.87 | 0 | 0.15 | 287.62 | 0.77 | 0.48 |
| Hex | B3 | 1D | DA | 12 | 57 | 0 | F | 120 | 4D | 30 |
| Octal | 263 | 35 | 332 | 22 | 127 | 0 | 17 | 440 | 115 | 60 |
| Binary | 10110011 | 11101 | 11011010 | 10010 | 1010111 | 0 | 1111 | 100100000 | 1001101 | 110000 |
Color Harmonies of #B31DDA
Complementary color
Monochromatic Colors of #B31DDA
Black with #B31DDA
Text Example
Text Example
White with #B31DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DDA; }
p { color: rgb(179,29,218); }
H1.HeaderClassName
{
color: #B31DDA;
}
.AnyTagClassName
{
color: #B31DDA;
}
</style>
background-color css
<style>
a { background-color: #B31DDA; }
a { background-color: rgb(179,29,218); }
div.DivClassName
{
background-color: #B31DDA;
}
.BgClassName
{
background-color: #B31DDA;
}
</style>
border-color css
<style>
span { border-color: #B31DDA; }
span { border-color: rgb(179,29,218); }
td.TdClassName
{
border-color: #B31DDA;
}
.TagClassName
{
border-color: #B31DDA;
}
</style>