Shades of Dark Orchid #B31FE4
Tints of Dark Orchid #B31FE4
RGB
CMYK
RGB Variations
Color information
#B31FE4 (or 0xB31FE4) is known color: Dark Orchid. HEX triplet: B3, 1F and E4. RGB value is (179,31,228). Sum of RGB (Red+Green+Blue) = 179+31+228=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #B31FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FE4 is #4CE01B. Grayscale: #616161. Windows color (decimal): -5038108 or 14950323. OLE color: 14950323.
HSL color Cylindrical-coordinate representation of color #B31FE4: hue angle of 285.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31FE4 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 31 | 228 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.11 |
| HSL | 285.08º | 0.78% | 0.51% | - |
| HSV(B) | 285.08º | 0.86% | 0.89% | - |
| XYZ | 33.08 | 16.17 | 74.78 | - |
| YUV | 97.71 | 201.53 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 228 | 0.21 | 0.86 | 0 | 0.11 | 285.08 | 0.78 | 0.51 |
| Hex | B3 | 1F | E4 | 15 | 56 | 0 | B | 11D | 4E | 33 |
| Octal | 263 | 37 | 344 | 25 | 126 | 0 | 13 | 435 | 116 | 63 |
| Binary | 10110011 | 11111 | 11100100 | 10101 | 1010110 | 0 | 1011 | 100011101 | 1001110 | 110011 |
Color Harmonies of #B31FE4
Complementary color
Monochromatic Colors of #B31FE4
Black with #B31FE4
Text Example
Text Example
White with #B31FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FE4; }
p { color: rgb(179,31,228); }
H1.HeaderClassName
{
color: #B31FE4;
}
.AnyTagClassName
{
color: #B31FE4;
}
</style>
background-color css
<style>
a { background-color: #B31FE4; }
a { background-color: rgb(179,31,228); }
div.DivClassName
{
background-color: #B31FE4;
}
.BgClassName
{
background-color: #B31FE4;
}
</style>
border-color css
<style>
span { border-color: #B31FE4; }
span { border-color: rgb(179,31,228); }
td.TdClassName
{
border-color: #B31FE4;
}
.TagClassName
{
border-color: #B31FE4;
}
</style>