Shades of Dark Orchid #B32CCF
Tints of Dark Orchid #B32CCF
RGB
CMYK
RGB Variations
Color information
#B32CCF (or 0xB32CCF) is known color: Dark Orchid. HEX triplet: B3, 2C and CF. RGB value is (179,44,207). Sum of RGB (Red+Green+Blue) = 179+44+207=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #B32CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CCF is #4CD330. Grayscale: #666666. Windows color (decimal): -5034801 or 13577395. OLE color: 13577395.
HSL color Cylindrical-coordinate representation of color #B32CCF: hue angle of 289.69º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32CCF is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 44 | 207 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.19 |
| HSL | 289.69º | 0.65% | 0.49% | - |
| HSV(B) | 289.69º | 0.79% | 0.81% | - |
| XYZ | 30.75 | 15.89 | 60.48 | - |
| YUV | 102.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 207 | 0.14 | 0.79 | 0 | 0.19 | 289.69 | 0.65 | 0.49 |
| Hex | B3 | 2C | CF | E | 4F | 0 | 13 | 122 | 41 | 31 |
| Octal | 263 | 54 | 317 | 16 | 117 | 0 | 23 | 442 | 101 | 61 |
| Binary | 10110011 | 101100 | 11001111 | 1110 | 1001111 | 0 | 10011 | 100100010 | 1000001 | 110001 |
Color Harmonies of #B32CCF
Complementary color
Monochromatic Colors of #B32CCF
Black with #B32CCF
Text Example
Text Example
White with #B32CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CCF; }
p { color: rgb(179,44,207); }
H1.HeaderClassName
{
color: #B32CCF;
}
.AnyTagClassName
{
color: #B32CCF;
}
</style>
background-color css
<style>
a { background-color: #B32CCF; }
a { background-color: rgb(179,44,207); }
div.DivClassName
{
background-color: #B32CCF;
}
.BgClassName
{
background-color: #B32CCF;
}
</style>
border-color css
<style>
span { border-color: #B32CCF; }
span { border-color: rgb(179,44,207); }
td.TdClassName
{
border-color: #B32CCF;
}
.TagClassName
{
border-color: #B32CCF;
}
</style>