Shades of Dark Orchid #B31FD3
Tints of Dark Orchid #B31FD3
RGB
CMYK
RGB Variations
Color information
#B31FD3 (or 0xB31FD3) is known color: Dark Orchid. HEX triplet: B3, 1F and D3. RGB value is (179,31,211). Sum of RGB (Red+Green+Blue) = 179+31+211=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 211 (82.81% from 255 or 50.12% from 421); Max value from RGB is 211 - color contains mainly: blue. Hex color #B31FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FD3 is #4CE02C. Grayscale: #5F5F5F. Windows color (decimal): -5038125 or 13836211. OLE color: 13836211.
HSL color Cylindrical-coordinate representation of color #B31FD3: hue angle of 289.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31FD3 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 31 | 211 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.17 |
| HSL | 289.33º | 0.74% | 0.47% | - |
| HSV(B) | 289.33º | 0.85% | 0.83% | - |
| XYZ | 30.84 | 15.27 | 62.95 | - |
| YUV | 95.77 | 193.03 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 211 | 0.15 | 0.85 | 0 | 0.17 | 289.33 | 0.74 | 0.47 |
| Hex | B3 | 1F | D3 | F | 55 | 0 | 11 | 121 | 4A | 2F |
| Octal | 263 | 37 | 323 | 17 | 125 | 0 | 21 | 441 | 112 | 57 |
| Binary | 10110011 | 11111 | 11010011 | 1111 | 1010101 | 0 | 10001 | 100100001 | 1001010 | 101111 |
Color Harmonies of #B31FD3
Complementary color
Monochromatic Colors of #B31FD3
Black with #B31FD3
Text Example
Text Example
White with #B31FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FD3; }
p { color: rgb(179,31,211); }
H1.HeaderClassName
{
color: #B31FD3;
}
.AnyTagClassName
{
color: #B31FD3;
}
</style>
background-color css
<style>
a { background-color: #B31FD3; }
a { background-color: rgb(179,31,211); }
div.DivClassName
{
background-color: #B31FD3;
}
.BgClassName
{
background-color: #B31FD3;
}
</style>
border-color css
<style>
span { border-color: #B31FD3; }
span { border-color: rgb(179,31,211); }
td.TdClassName
{
border-color: #B31FD3;
}
.TagClassName
{
border-color: #B31FD3;
}
</style>