Shades of Dark Orchid #B31CCF
Tints of Dark Orchid #B31CCF
RGB
CMYK
RGB Variations
Color information
#B31CCF (or 0xB31CCF) is known color: Dark Orchid. HEX triplet: B3, 1C and CF. RGB value is (179,28,207). Sum of RGB (Red+Green+Blue) = 179+28+207=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #B31CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CCF is #4CE330. Grayscale: #5C5C5C. Windows color (decimal): -5038897 or 13573299. OLE color: 13573299.
HSL color Cylindrical-coordinate representation of color #B31CCF: hue angle of 290.61º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31CCF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 28 | 207 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.19 |
| HSL | 290.61º | 0.76% | 0.46% | - |
| HSV(B) | 290.61º | 0.86% | 0.81% | - |
| XYZ | 30.27 | 14.92 | 60.32 | - |
| YUV | 93.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 207 | 0.14 | 0.86 | 0 | 0.19 | 290.61 | 0.76 | 0.46 |
| Hex | B3 | 1C | CF | E | 56 | 0 | 13 | 123 | 4C | 2E |
| Octal | 263 | 34 | 317 | 16 | 126 | 0 | 23 | 443 | 114 | 56 |
| Binary | 10110011 | 11100 | 11001111 | 1110 | 1010110 | 0 | 10011 | 100100011 | 1001100 | 101110 |
Color Harmonies of #B31CCF
Complementary color
Monochromatic Colors of #B31CCF
Black with #B31CCF
Text Example
Text Example
White with #B31CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CCF; }
p { color: rgb(179,28,207); }
H1.HeaderClassName
{
color: #B31CCF;
}
.AnyTagClassName
{
color: #B31CCF;
}
</style>
background-color css
<style>
a { background-color: #B31CCF; }
a { background-color: rgb(179,28,207); }
div.DivClassName
{
background-color: #B31CCF;
}
.BgClassName
{
background-color: #B31CCF;
}
</style>
border-color css
<style>
span { border-color: #B31CCF; }
span { border-color: rgb(179,28,207); }
td.TdClassName
{
border-color: #B31CCF;
}
.TagClassName
{
border-color: #B31CCF;
}
</style>