Shades of Dark Orchid #B319DF
Tints of Dark Orchid #B319DF
RGB
CMYK
RGB Variations
Color information
#B319DF (or 0xB319DF) is known color: Dark Orchid. HEX triplet: B3, 19 and DF. RGB value is (179,25,223). Sum of RGB (Red+Green+Blue) = 179+25+223=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #B319DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319DF is #4CE620. Grayscale: #5C5C5C. Windows color (decimal): -5039649 or 14621107. OLE color: 14621107.
HSL color Cylindrical-coordinate representation of color #B319DF: hue angle of 286.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B319DF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 25 | 223 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.13 |
| HSL | 286.67º | 0.8% | 0.49% | - |
| HSV(B) | 286.67º | 0.89% | 0.87% | - |
| XYZ | 32.26 | 15.61 | 71.12 | - |
| YUV | 93.62 | 201.02 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 223 | 0.20 | 0.89 | 0 | 0.13 | 286.67 | 0.8 | 0.49 |
| Hex | B3 | 19 | DF | 14 | 59 | 0 | D | 11F | 50 | 31 |
| Octal | 263 | 31 | 337 | 24 | 131 | 0 | 15 | 437 | 120 | 61 |
| Binary | 10110011 | 11001 | 11011111 | 10100 | 1011001 | 0 | 1101 | 100011111 | 1010000 | 110001 |
Color Harmonies of #B319DF
Complementary color
Monochromatic Colors of #B319DF
Black with #B319DF
Text Example
Text Example
White with #B319DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319DF; }
p { color: rgb(179,25,223); }
H1.HeaderClassName
{
color: #B319DF;
}
.AnyTagClassName
{
color: #B319DF;
}
</style>
background-color css
<style>
a { background-color: #B319DF; }
a { background-color: rgb(179,25,223); }
div.DivClassName
{
background-color: #B319DF;
}
.BgClassName
{
background-color: #B319DF;
}
</style>
border-color css
<style>
span { border-color: #B319DF; }
span { border-color: rgb(179,25,223); }
td.TdClassName
{
border-color: #B319DF;
}
.TagClassName
{
border-color: #B319DF;
}
</style>