Shades of Dark Orchid #B32DCF
Tints of Dark Orchid #B32DCF
RGB
CMYK
RGB Variations
Color information
#B32DCF (or 0xB32DCF) is known color: Dark Orchid. HEX triplet: B3, 2D and CF. RGB value is (179,45,207). Sum of RGB (Red+Green+Blue) = 179+45+207=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #B32DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DCF is #4CD230. Grayscale: #676767. Windows color (decimal): -5034545 or 13577651. OLE color: 13577651.
HSL color Cylindrical-coordinate representation of color #B32DCF: hue angle of 289.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32DCF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 45 | 207 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.19 |
| HSL | 289.63º | 0.64% | 0.49% | - |
| HSV(B) | 289.63º | 0.78% | 0.81% | - |
| XYZ | 30.79 | 15.97 | 60.49 | - |
| YUV | 103.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 207 | 0.14 | 0.78 | 0 | 0.19 | 289.63 | 0.64 | 0.49 |
| Hex | B3 | 2D | CF | E | 4E | 0 | 13 | 122 | 40 | 31 |
| Octal | 263 | 55 | 317 | 16 | 116 | 0 | 23 | 442 | 100 | 61 |
| Binary | 10110011 | 101101 | 11001111 | 1110 | 1001110 | 0 | 10011 | 100100010 | 1000000 | 110001 |
Color Harmonies of #B32DCF
Complementary color
Monochromatic Colors of #B32DCF
Black with #B32DCF
Text Example
Text Example
White with #B32DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DCF; }
p { color: rgb(179,45,207); }
H1.HeaderClassName
{
color: #B32DCF;
}
.AnyTagClassName
{
color: #B32DCF;
}
</style>
background-color css
<style>
a { background-color: #B32DCF; }
a { background-color: rgb(179,45,207); }
div.DivClassName
{
background-color: #B32DCF;
}
.BgClassName
{
background-color: #B32DCF;
}
</style>
border-color css
<style>
span { border-color: #B32DCF; }
span { border-color: rgb(179,45,207); }
td.TdClassName
{
border-color: #B32DCF;
}
.TagClassName
{
border-color: #B32DCF;
}
</style>