Shades of Dark Orchid #B32FBC
Tints of Dark Orchid #B32FBC
RGB
CMYK
RGB Variations
Color information
#B32FBC (or 0xB32FBC) is known color: Dark Orchid. HEX triplet: B3, 2F and BC. RGB value is (179,47,188). Sum of RGB (Red+Green+Blue) = 179+47+188=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #B32FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FBC is #4CD043. Grayscale: #666666. Windows color (decimal): -5034052 or 12332979. OLE color: 12332979.
HSL color Cylindrical-coordinate representation of color #B32FBC: hue angle of 296.17º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32FBC is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 47 | 188 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.26 |
| HSL | 296.17º | 0.6% | 0.46% | - |
| HSV(B) | 296.17º | 0.75% | 0.74% | - |
| XYZ | 28.68 | 15.25 | 49.01 | - |
| YUV | 102.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 188 | 0.05 | 0.75 | 0 | 0.26 | 296.17 | 0.6 | 0.46 |
| Hex | B3 | 2F | BC | 5 | 4B | 0 | 1A | 128 | 3C | 2E |
| Octal | 263 | 57 | 274 | 5 | 113 | 0 | 32 | 450 | 74 | 56 |
| Binary | 10110011 | 101111 | 10111100 | 101 | 1001011 | 0 | 11010 | 100101000 | 111100 | 101110 |
Color Harmonies of #B32FBC
Complementary color
Monochromatic Colors of #B32FBC
Black with #B32FBC
Text Example
Text Example
White with #B32FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FBC; }
p { color: rgb(179,47,188); }
H1.HeaderClassName
{
color: #B32FBC;
}
.AnyTagClassName
{
color: #B32FBC;
}
</style>
background-color css
<style>
a { background-color: #B32FBC; }
a { background-color: rgb(179,47,188); }
div.DivClassName
{
background-color: #B32FBC;
}
.BgClassName
{
background-color: #B32FBC;
}
</style>
border-color css
<style>
span { border-color: #B32FBC; }
span { border-color: rgb(179,47,188); }
td.TdClassName
{
border-color: #B32FBC;
}
.TagClassName
{
border-color: #B32FBC;
}
</style>