Shades of Dark Orchid #B437D4
Tints of Dark Orchid #B437D4
RGB
CMYK
RGB Variations
Color information
#B437D4 (or 0xB437D4) is known color: Dark Orchid. HEX triplet: B4, 37 and D4. RGB value is (180,55,212). Sum of RGB (Red+Green+Blue) = 180+55+212=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #B437D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437D4 is #4BC82B. Grayscale: #6D6D6D. Windows color (decimal): -4966444 or 13907892. OLE color: 13907892.
HSL color Cylindrical-coordinate representation of color #B437D4: hue angle of 287.77º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B437D4 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 55 | 212 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.17 |
| HSL | 287.77º | 0.65% | 0.52% | - |
| HSV(B) | 287.77º | 0.74% | 0.83% | - |
| XYZ | 32.07 | 17.19 | 63.91 | - |
| YUV | 110.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 212 | 0.15 | 0.74 | 0 | 0.17 | 287.77 | 0.65 | 0.52 |
| Hex | B4 | 37 | D4 | F | 4A | 0 | 11 | 120 | 41 | 34 |
| Octal | 264 | 67 | 324 | 17 | 112 | 0 | 21 | 440 | 101 | 64 |
| Binary | 10110100 | 110111 | 11010100 | 1111 | 1001010 | 0 | 10001 | 100100000 | 1000001 | 110100 |
Color Harmonies of #B437D4
Complementary color
Monochromatic Colors of #B437D4
Black with #B437D4
Text Example
Text Example
White with #B437D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B437D4; }
p { color: rgb(180,55,212); }
H1.HeaderClassName
{
color: #B437D4;
}
.AnyTagClassName
{
color: #B437D4;
}
</style>
background-color css
<style>
a { background-color: #B437D4; }
a { background-color: rgb(180,55,212); }
div.DivClassName
{
background-color: #B437D4;
}
.BgClassName
{
background-color: #B437D4;
}
</style>
border-color css
<style>
span { border-color: #B437D4; }
span { border-color: rgb(180,55,212); }
td.TdClassName
{
border-color: #B437D4;
}
.TagClassName
{
border-color: #B437D4;
}
</style>