Shades of Dark Orchid #B31FE3
Tints of Dark Orchid #B31FE3
RGB
CMYK
RGB Variations
Color information
#B31FE3 (or 0xB31FE3) is known color: Dark Orchid. HEX triplet: B3, 1F and E3. RGB value is (179,31,227). Sum of RGB (Red+Green+Blue) = 179+31+227=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #B31FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FE3 is #4CE01C. Grayscale: #606060. Windows color (decimal): -5038109 or 14884787. OLE color: 14884787.
HSL color Cylindrical-coordinate representation of color #B31FE3: hue angle of 285.31º 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 #B31FE3 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 31 | 227 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.11 |
| HSL | 285.31º | 0.78% | 0.51% | - |
| HSV(B) | 285.31º | 0.86% | 0.89% | - |
| XYZ | 32.95 | 16.11 | 74.05 | - |
| YUV | 97.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 227 | 0.21 | 0.86 | 0 | 0.11 | 285.31 | 0.78 | 0.51 |
| Hex | B3 | 1F | E3 | 15 | 56 | 0 | B | 11D | 4E | 33 |
| Octal | 263 | 37 | 343 | 25 | 126 | 0 | 13 | 435 | 116 | 63 |
| Binary | 10110011 | 11111 | 11100011 | 10101 | 1010110 | 0 | 1011 | 100011101 | 1001110 | 110011 |
Color Harmonies of #B31FE3
Complementary color
Monochromatic Colors of #B31FE3
Black with #B31FE3
Text Example
Text Example
White with #B31FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FE3; }
p { color: rgb(179,31,227); }
H1.HeaderClassName
{
color: #B31FE3;
}
.AnyTagClassName
{
color: #B31FE3;
}
</style>
background-color css
<style>
a { background-color: #B31FE3; }
a { background-color: rgb(179,31,227); }
div.DivClassName
{
background-color: #B31FE3;
}
.BgClassName
{
background-color: #B31FE3;
}
</style>
border-color css
<style>
span { border-color: #B31FE3; }
span { border-color: rgb(179,31,227); }
td.TdClassName
{
border-color: #B31FE3;
}
.TagClassName
{
border-color: #B31FE3;
}
</style>