Shades of Dark Orchid #B319D5
Tints of Dark Orchid #B319D5
RGB
CMYK
RGB Variations
Color information
#B319D5 (or 0xB319D5) is known color: Dark Orchid. HEX triplet: B3, 19 and D5. RGB value is (179,25,213). Sum of RGB (Red+Green+Blue) = 179+25+213=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #B319D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319D5 is #4CE62A. Grayscale: #5B5B5B. Windows color (decimal): -5039659 or 13965747. OLE color: 13965747.
HSL color Cylindrical-coordinate representation of color #B319D5: hue angle of 289.15º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B319D5 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 25 | 213 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.16 |
| HSL | 289.15º | 0.79% | 0.47% | - |
| HSV(B) | 289.15º | 0.88% | 0.84% | - |
| XYZ | 30.95 | 15.08 | 64.23 | - |
| YUV | 92.48 | 196.02 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 213 | 0.16 | 0.88 | 0 | 0.16 | 289.15 | 0.79 | 0.47 |
| Hex | B3 | 19 | D5 | 10 | 58 | 0 | 10 | 121 | 4F | 2F |
| Octal | 263 | 31 | 325 | 20 | 130 | 0 | 20 | 441 | 117 | 57 |
| Binary | 10110011 | 11001 | 11010101 | 10000 | 1011000 | 0 | 10000 | 100100001 | 1001111 | 101111 |
Color Harmonies of #B319D5
Complementary color
Monochromatic Colors of #B319D5
Black with #B319D5
Text Example
Text Example
White with #B319D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319D5; }
p { color: rgb(179,25,213); }
H1.HeaderClassName
{
color: #B319D5;
}
.AnyTagClassName
{
color: #B319D5;
}
</style>
background-color css
<style>
a { background-color: #B319D5; }
a { background-color: rgb(179,25,213); }
div.DivClassName
{
background-color: #B319D5;
}
.BgClassName
{
background-color: #B319D5;
}
</style>
border-color css
<style>
span { border-color: #B319D5; }
span { border-color: rgb(179,25,213); }
td.TdClassName
{
border-color: #B319D5;
}
.TagClassName
{
border-color: #B319D5;
}
</style>