Shades of Dark Orchid #B31FCC
Tints of Dark Orchid #B31FCC
RGB
CMYK
RGB Variations
Color information
#B31FCC (or 0xB31FCC) is known color: Dark Orchid. HEX triplet: B3, 1F and CC. RGB value is (179,31,204). Sum of RGB (Red+Green+Blue) = 179+31+204=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #B31FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FCC is #4CE033. Grayscale: #5E5E5E. Windows color (decimal): -5038132 or 13377459. OLE color: 13377459.
HSL color Cylindrical-coordinate representation of color #B31FCC: hue angle of 291.33º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31FCC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 31 | 204 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.2 |
| HSL | 291.33º | 0.74% | 0.46% | - |
| HSV(B) | 291.33º | 0.85% | 0.8% | - |
| XYZ | 29.98 | 14.92 | 58.43 | - |
| YUV | 94.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 204 | 0.12 | 0.85 | 0 | 0.2 | 291.33 | 0.74 | 0.46 |
| Hex | B3 | 1F | CC | C | 55 | 0 | 14 | 123 | 4A | 2E |
| Octal | 263 | 37 | 314 | 14 | 125 | 0 | 24 | 443 | 112 | 56 |
| Binary | 10110011 | 11111 | 11001100 | 1100 | 1010101 | 0 | 10100 | 100100011 | 1001010 | 101110 |
Color Harmonies of #B31FCC
Complementary color
Monochromatic Colors of #B31FCC
Black with #B31FCC
Text Example
Text Example
White with #B31FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FCC; }
p { color: rgb(179,31,204); }
H1.HeaderClassName
{
color: #B31FCC;
}
.AnyTagClassName
{
color: #B31FCC;
}
</style>
background-color css
<style>
a { background-color: #B31FCC; }
a { background-color: rgb(179,31,204); }
div.DivClassName
{
background-color: #B31FCC;
}
.BgClassName
{
background-color: #B31FCC;
}
</style>
border-color css
<style>
span { border-color: #B31FCC; }
span { border-color: rgb(179,31,204); }
td.TdClassName
{
border-color: #B31FCC;
}
.TagClassName
{
border-color: #B31FCC;
}
</style>