Shades of Dark Orchid #B319DE
Tints of Dark Orchid #B319DE
RGB
CMYK
RGB Variations
Color information
#B319DE (or 0xB319DE) is known color: Dark Orchid. HEX triplet: B3, 19 and DE. RGB value is (179,25,222). Sum of RGB (Red+Green+Blue) = 179+25+222=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #B319DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319DE is #4CE621. Grayscale: #5C5C5C. Windows color (decimal): -5039650 or 14555571. OLE color: 14555571.
HSL color Cylindrical-coordinate representation of color #B319DE: hue angle of 286.9º 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 #B319DE is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 25 | 222 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.13 |
| HSL | 286.9º | 0.8% | 0.48% | - |
| HSV(B) | 286.9º | 0.89% | 0.87% | - |
| XYZ | 32.12 | 15.55 | 70.42 | - |
| YUV | 93.5 | 200.52 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 222 | 0.19 | 0.89 | 0 | 0.13 | 286.9 | 0.8 | 0.48 |
| Hex | B3 | 19 | DE | 13 | 59 | 0 | D | 11F | 50 | 30 |
| Octal | 263 | 31 | 336 | 23 | 131 | 0 | 15 | 437 | 120 | 60 |
| Binary | 10110011 | 11001 | 11011110 | 10011 | 1011001 | 0 | 1101 | 100011111 | 1010000 | 110000 |
Color Harmonies of #B319DE
Complementary color
Monochromatic Colors of #B319DE
Black with #B319DE
Text Example
Text Example
White with #B319DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319DE; }
p { color: rgb(179,25,222); }
H1.HeaderClassName
{
color: #B319DE;
}
.AnyTagClassName
{
color: #B319DE;
}
</style>
background-color css
<style>
a { background-color: #B319DE; }
a { background-color: rgb(179,25,222); }
div.DivClassName
{
background-color: #B319DE;
}
.BgClassName
{
background-color: #B319DE;
}
</style>
border-color css
<style>
span { border-color: #B319DE; }
span { border-color: rgb(179,25,222); }
td.TdClassName
{
border-color: #B319DE;
}
.TagClassName
{
border-color: #B319DE;
}
</style>