Shades of Dark Orchid #B32FDF
Tints of Dark Orchid #B32FDF
RGB
CMYK
RGB Variations
Color information
#B32FDF (or 0xB32FDF) is known color: Dark Orchid. HEX triplet: B3, 2F and DF. RGB value is (179,47,223). Sum of RGB (Red+Green+Blue) = 179+47+223=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #B32FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FDF is #4CD020. Grayscale: #696969. Windows color (decimal): -5034017 or 14626739. OLE color: 14626739.
HSL color Cylindrical-coordinate representation of color #B32FDF: hue angle of 285º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32FDF is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 47 | 223 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.13 |
| HSL | 285º | 0.73% | 0.53% | - |
| HSV(B) | 285º | 0.79% | 0.87% | - |
| XYZ | 32.93 | 16.94 | 71.35 | - |
| YUV | 106.53 | 193.73 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 223 | 0.20 | 0.79 | 0 | 0.13 | 285 | 0.73 | 0.53 |
| Hex | B3 | 2F | DF | 14 | 4F | 0 | D | 11D | 49 | 35 |
| Octal | 263 | 57 | 337 | 24 | 117 | 0 | 15 | 435 | 111 | 65 |
| Binary | 10110011 | 101111 | 11011111 | 10100 | 1001111 | 0 | 1101 | 100011101 | 1001001 | 110101 |
Color Harmonies of #B32FDF
Complementary color
Monochromatic Colors of #B32FDF
Black with #B32FDF
Text Example
Text Example
White with #B32FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FDF; }
p { color: rgb(179,47,223); }
H1.HeaderClassName
{
color: #B32FDF;
}
.AnyTagClassName
{
color: #B32FDF;
}
</style>
background-color css
<style>
a { background-color: #B32FDF; }
a { background-color: rgb(179,47,223); }
div.DivClassName
{
background-color: #B32FDF;
}
.BgClassName
{
background-color: #B32FDF;
}
</style>
border-color css
<style>
span { border-color: #B32FDF; }
span { border-color: rgb(179,47,223); }
td.TdClassName
{
border-color: #B32FDF;
}
.TagClassName
{
border-color: #B32FDF;
}
</style>