Shades of Dark Orchid #B032BE
Tints of Dark Orchid #B032BE
RGB
CMYK
RGB Variations
Color information
#B032BE (or 0xB032BE) is known color: Dark Orchid. HEX triplet: B0, 32 and BE. RGB value is (176,50,190). Sum of RGB (Red+Green+Blue) = 176+50+190=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #B032BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032BE is #4FCD41. Grayscale: #676767. Windows color (decimal): -5229890 or 12464816. OLE color: 12464816.
HSL color Cylindrical-coordinate representation of color #B032BE: hue angle of 294º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B032BE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 50 | 190 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.25 |
| HSL | 294º | 0.58% | 0.47% | - |
| HSV(B) | 294º | 0.74% | 0.75% | - |
| XYZ | 28.34 | 15.23 | 50.16 | - |
| YUV | 103.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 190 | 0.07 | 0.74 | 0 | 0.25 | 294 | 0.58 | 0.47 |
| Hex | B0 | 32 | BE | 7 | 4A | 0 | 19 | 126 | 3A | 2F |
| Octal | 260 | 62 | 276 | 7 | 112 | 0 | 31 | 446 | 72 | 57 |
| Binary | 10110000 | 110010 | 10111110 | 111 | 1001010 | 0 | 11001 | 100100110 | 111010 | 101111 |
Color Harmonies of #B032BE
Complementary color
Monochromatic Colors of #B032BE
Black with #B032BE
Text Example
Text Example
White with #B032BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032BE; }
p { color: rgb(176,50,190); }
H1.HeaderClassName
{
color: #B032BE;
}
.AnyTagClassName
{
color: #B032BE;
}
</style>
background-color css
<style>
a { background-color: #B032BE; }
a { background-color: rgb(176,50,190); }
div.DivClassName
{
background-color: #B032BE;
}
.BgClassName
{
background-color: #B032BE;
}
</style>
border-color css
<style>
span { border-color: #B032BE; }
span { border-color: rgb(176,50,190); }
td.TdClassName
{
border-color: #B032BE;
}
.TagClassName
{
border-color: #B032BE;
}
</style>