Shades of Dark Orchid #B437CA
Tints of Dark Orchid #B437CA
RGB
CMYK
RGB Variations
Color information
#B437CA (or 0xB437CA) is known color: Dark Orchid. HEX triplet: B4, 37 and CA. RGB value is (180,55,202). Sum of RGB (Red+Green+Blue) = 180+55+202=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #B437CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437CA is #4BC835. Grayscale: #6C6C6C. Windows color (decimal): -4966454 or 13252532. OLE color: 13252532.
HSL color Cylindrical-coordinate representation of color #B437CA: hue angle of 291.02º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B437CA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 55 | 202 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.21 |
| HSL | 291.02º | 0.58% | 0.5% | - |
| HSV(B) | 291.02º | 0.73% | 0.79% | - |
| XYZ | 30.85 | 16.7 | 57.47 | - |
| YUV | 109.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 202 | 0.11 | 0.73 | 0 | 0.21 | 291.02 | 0.58 | 0.5 |
| Hex | B4 | 37 | CA | B | 49 | 0 | 15 | 123 | 3A | 32 |
| Octal | 264 | 67 | 312 | 13 | 111 | 0 | 25 | 443 | 72 | 62 |
| Binary | 10110100 | 110111 | 11001010 | 1011 | 1001001 | 0 | 10101 | 100100011 | 111010 | 110010 |
Color Harmonies of #B437CA
Complementary color
Monochromatic Colors of #B437CA
Black with #B437CA
Text Example
Text Example
White with #B437CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B437CA; }
p { color: rgb(180,55,202); }
H1.HeaderClassName
{
color: #B437CA;
}
.AnyTagClassName
{
color: #B437CA;
}
</style>
background-color css
<style>
a { background-color: #B437CA; }
a { background-color: rgb(180,55,202); }
div.DivClassName
{
background-color: #B437CA;
}
.BgClassName
{
background-color: #B437CA;
}
</style>
border-color css
<style>
span { border-color: #B437CA; }
span { border-color: rgb(180,55,202); }
td.TdClassName
{
border-color: #B437CA;
}
.TagClassName
{
border-color: #B437CA;
}
</style>