Shades of Dark Orchid #B31FCF
Tints of Dark Orchid #B31FCF
RGB
CMYK
RGB Variations
Color information
#B31FCF (or 0xB31FCF) is known color: Dark Orchid. HEX triplet: B3, 1F and CF. RGB value is (179,31,207). Sum of RGB (Red+Green+Blue) = 179+31+207=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #B31FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FCF is #4CE030. Grayscale: #5E5E5E. Windows color (decimal): -5038129 or 13574067. OLE color: 13574067.
HSL color Cylindrical-coordinate representation of color #B31FCF: hue angle of 290.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31FCF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 31 | 207 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.19 |
| HSL | 290.45º | 0.74% | 0.47% | - |
| HSV(B) | 290.45º | 0.85% | 0.81% | - |
| XYZ | 30.34 | 15.07 | 60.34 | - |
| YUV | 95.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 207 | 0.14 | 0.85 | 0 | 0.19 | 290.45 | 0.74 | 0.47 |
| Hex | B3 | 1F | CF | E | 55 | 0 | 13 | 122 | 4A | 2F |
| Octal | 263 | 37 | 317 | 16 | 125 | 0 | 23 | 442 | 112 | 57 |
| Binary | 10110011 | 11111 | 11001111 | 1110 | 1010101 | 0 | 10011 | 100100010 | 1001010 | 101111 |
Color Harmonies of #B31FCF
Complementary color
Monochromatic Colors of #B31FCF
Black with #B31FCF
Text Example
Text Example
White with #B31FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FCF; }
p { color: rgb(179,31,207); }
H1.HeaderClassName
{
color: #B31FCF;
}
.AnyTagClassName
{
color: #B31FCF;
}
</style>
background-color css
<style>
a { background-color: #B31FCF; }
a { background-color: rgb(179,31,207); }
div.DivClassName
{
background-color: #B31FCF;
}
.BgClassName
{
background-color: #B31FCF;
}
</style>
border-color css
<style>
span { border-color: #B31FCF; }
span { border-color: rgb(179,31,207); }
td.TdClassName
{
border-color: #B31FCF;
}
.TagClassName
{
border-color: #B31FCF;
}
</style>