Shades of Dark Orchid #B31FC5
Tints of Dark Orchid #B31FC5
RGB
CMYK
RGB Variations
Color information
#B31FC5 (or 0xB31FC5) is known color: Dark Orchid. HEX triplet: B3, 1F and C5. RGB value is (179,31,197). Sum of RGB (Red+Green+Blue) = 179+31+197=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #B31FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FC5 is #4CE03A. Grayscale: #5D5D5D. Windows color (decimal): -5038139 or 12918707. OLE color: 12918707.
HSL color Cylindrical-coordinate representation of color #B31FC5: hue angle of 293.49º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31FC5 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 31 | 197 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.23 |
| HSL | 293.49º | 0.73% | 0.45% | - |
| HSV(B) | 293.49º | 0.84% | 0.77% | - |
| XYZ | 29.16 | 14.59 | 54.1 | - |
| YUV | 94.18 | 186.03 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 197 | 0.09 | 0.84 | 0 | 0.23 | 293.49 | 0.73 | 0.45 |
| Hex | B3 | 1F | C5 | 9 | 54 | 0 | 17 | 125 | 49 | 2D |
| Octal | 263 | 37 | 305 | 11 | 124 | 0 | 27 | 445 | 111 | 55 |
| Binary | 10110011 | 11111 | 11000101 | 1001 | 1010100 | 0 | 10111 | 100100101 | 1001001 | 101101 |
Color Harmonies of #B31FC5
Complementary color
Monochromatic Colors of #B31FC5
Black with #B31FC5
Text Example
Text Example
White with #B31FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FC5; }
p { color: rgb(179,31,197); }
H1.HeaderClassName
{
color: #B31FC5;
}
.AnyTagClassName
{
color: #B31FC5;
}
</style>
background-color css
<style>
a { background-color: #B31FC5; }
a { background-color: rgb(179,31,197); }
div.DivClassName
{
background-color: #B31FC5;
}
.BgClassName
{
background-color: #B31FC5;
}
</style>
border-color css
<style>
span { border-color: #B31FC5; }
span { border-color: rgb(179,31,197); }
td.TdClassName
{
border-color: #B31FC5;
}
.TagClassName
{
border-color: #B31FC5;
}
</style>