Shades of Dark Orchid #B032BC
Tints of Dark Orchid #B032BC
RGB
CMYK
RGB Variations
Color information
#B032BC (or 0xB032BC) is known color: Dark Orchid. HEX triplet: B0, 32 and BC. RGB value is (176,50,188). Sum of RGB (Red+Green+Blue) = 176+50+188=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 50 (19.92% from 255 or 12.08% 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 #B032BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032BC is #4FCD43. Grayscale: #666666. Windows color (decimal): -5229892 or 12333744. OLE color: 12333744.
HSL color Cylindrical-coordinate representation of color #B032BC: hue angle of 294.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B032BC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 50 | 188 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.26 |
| HSL | 294.78º | 0.58% | 0.47% | - |
| HSV(B) | 294.78º | 0.73% | 0.74% | - |
| XYZ | 28.12 | 15.14 | 49.02 | - |
| YUV | 103.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 188 | 0.06 | 0.73 | 0 | 0.26 | 294.78 | 0.58 | 0.47 |
| Hex | B0 | 32 | BC | 6 | 49 | 0 | 1A | 127 | 3A | 2F |
| Octal | 260 | 62 | 274 | 6 | 111 | 0 | 32 | 447 | 72 | 57 |
| Binary | 10110000 | 110010 | 10111100 | 110 | 1001001 | 0 | 11010 | 100100111 | 111010 | 101111 |
Color Harmonies of #B032BC
Complementary color
Monochromatic Colors of #B032BC
Black with #B032BC
Text Example
Text Example
White with #B032BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032BC; }
p { color: rgb(176,50,188); }
H1.HeaderClassName
{
color: #B032BC;
}
.AnyTagClassName
{
color: #B032BC;
}
</style>
background-color css
<style>
a { background-color: #B032BC; }
a { background-color: rgb(176,50,188); }
div.DivClassName
{
background-color: #B032BC;
}
.BgClassName
{
background-color: #B032BC;
}
</style>
border-color css
<style>
span { border-color: #B032BC; }
span { border-color: rgb(176,50,188); }
td.TdClassName
{
border-color: #B032BC;
}
.TagClassName
{
border-color: #B032BC;
}
</style>