Shades of Dark Orchid #B31FE5
Tints of Dark Orchid #B31FE5
RGB
CMYK
RGB Variations
Color information
#B31FE5 (or 0xB31FE5) is known color: Dark Orchid. HEX triplet: B3, 1F and E5. RGB value is (179,31,229). Sum of RGB (Red+Green+Blue) = 179+31+229=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #B31FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FE5 is #4CE01A. Grayscale: #616161. Windows color (decimal): -5038107 or 15015859. OLE color: 15015859.
HSL color Cylindrical-coordinate representation of color #B31FE5: hue angle of 284.85º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31FE5 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 31 | 229 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.10 |
| HSL | 284.85º | 0.79% | 0.51% | - |
| HSV(B) | 284.85º | 0.86% | 0.9% | - |
| XYZ | 33.22 | 16.22 | 75.51 | - |
| YUV | 97.82 | 202.03 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 229 | 0.22 | 0.86 | 0 | 0.10 | 284.85 | 0.79 | 0.51 |
| Hex | B3 | 1F | E5 | 16 | 56 | 0 | A | 11D | 4F | 33 |
| Octal | 263 | 37 | 345 | 26 | 126 | 0 | 12 | 435 | 117 | 63 |
| Binary | 10110011 | 11111 | 11100101 | 10110 | 1010110 | 0 | 1010 | 100011101 | 1001111 | 110011 |
Color Harmonies of #B31FE5
Complementary color
Monochromatic Colors of #B31FE5
Black with #B31FE5
Text Example
Text Example
White with #B31FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FE5; }
p { color: rgb(179,31,229); }
H1.HeaderClassName
{
color: #B31FE5;
}
.AnyTagClassName
{
color: #B31FE5;
}
</style>
background-color css
<style>
a { background-color: #B31FE5; }
a { background-color: rgb(179,31,229); }
div.DivClassName
{
background-color: #B31FE5;
}
.BgClassName
{
background-color: #B31FE5;
}
</style>
border-color css
<style>
span { border-color: #B31FE5; }
span { border-color: rgb(179,31,229); }
td.TdClassName
{
border-color: #B31FE5;
}
.TagClassName
{
border-color: #B31FE5;
}
</style>