Shades of Dark Orchid #B319DD
Tints of Dark Orchid #B319DD
RGB
CMYK
RGB Variations
Color information
#B319DD (or 0xB319DD) is known color: Dark Orchid. HEX triplet: B3, 19 and DD. RGB value is (179,25,221). Sum of RGB (Red+Green+Blue) = 179+25+221=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #B319DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319DD is #4CE622. Grayscale: #5C5C5C. Windows color (decimal): -5039651 or 14490035. OLE color: 14490035.
HSL color Cylindrical-coordinate representation of color #B319DD: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B319DD is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 25 | 221 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.13 |
| HSL | 287.14º | 0.8% | 0.48% | - |
| HSV(B) | 287.14º | 0.89% | 0.87% | - |
| XYZ | 31.99 | 15.5 | 69.71 | - |
| YUV | 93.39 | 200.02 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 221 | 0.19 | 0.89 | 0 | 0.13 | 287.14 | 0.8 | 0.48 |
| Hex | B3 | 19 | DD | 13 | 59 | 0 | D | 11F | 50 | 30 |
| Octal | 263 | 31 | 335 | 23 | 131 | 0 | 15 | 437 | 120 | 60 |
| Binary | 10110011 | 11001 | 11011101 | 10011 | 1011001 | 0 | 1101 | 100011111 | 1010000 | 110000 |
Color Harmonies of #B319DD
Complementary color
Monochromatic Colors of #B319DD
Black with #B319DD
Text Example
Text Example
White with #B319DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319DD; }
p { color: rgb(179,25,221); }
H1.HeaderClassName
{
color: #B319DD;
}
.AnyTagClassName
{
color: #B319DD;
}
</style>
background-color css
<style>
a { background-color: #B319DD; }
a { background-color: rgb(179,25,221); }
div.DivClassName
{
background-color: #B319DD;
}
.BgClassName
{
background-color: #B319DD;
}
</style>
border-color css
<style>
span { border-color: #B319DD; }
span { border-color: rgb(179,25,221); }
td.TdClassName
{
border-color: #B319DD;
}
.TagClassName
{
border-color: #B319DD;
}
</style>