Shades of Dark Orchid #B32FCF
Tints of Dark Orchid #B32FCF
RGB
CMYK
RGB Variations
Color information
#B32FCF (or 0xB32FCF) is known color: Dark Orchid. HEX triplet: B3, 2F and CF. RGB value is (179,47,207). Sum of RGB (Red+Green+Blue) = 179+47+207=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #B32FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FCF is #4CD030. Grayscale: #686868. Windows color (decimal): -5034033 or 13578163. OLE color: 13578163.
HSL color Cylindrical-coordinate representation of color #B32FCF: hue angle of 289.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32FCF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 47 | 207 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.19 |
| HSL | 289.5º | 0.63% | 0.5% | - |
| HSV(B) | 289.5º | 0.77% | 0.81% | - |
| XYZ | 30.87 | 16.12 | 60.52 | - |
| YUV | 104.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 207 | 0.14 | 0.77 | 0 | 0.19 | 289.5 | 0.63 | 0.5 |
| Hex | B3 | 2F | CF | E | 4D | 0 | 13 | 122 | 3F | 32 |
| Octal | 263 | 57 | 317 | 16 | 115 | 0 | 23 | 442 | 77 | 62 |
| Binary | 10110011 | 101111 | 11001111 | 1110 | 1001101 | 0 | 10011 | 100100010 | 111111 | 110010 |
Color Harmonies of #B32FCF
Complementary color
Monochromatic Colors of #B32FCF
Black with #B32FCF
Text Example
Text Example
White with #B32FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FCF; }
p { color: rgb(179,47,207); }
H1.HeaderClassName
{
color: #B32FCF;
}
.AnyTagClassName
{
color: #B32FCF;
}
</style>
background-color css
<style>
a { background-color: #B32FCF; }
a { background-color: rgb(179,47,207); }
div.DivClassName
{
background-color: #B32FCF;
}
.BgClassName
{
background-color: #B32FCF;
}
</style>
border-color css
<style>
span { border-color: #B32FCF; }
span { border-color: rgb(179,47,207); }
td.TdClassName
{
border-color: #B32FCF;
}
.TagClassName
{
border-color: #B32FCF;
}
</style>