Shades of Dark Orchid #B437CE
Tints of Dark Orchid #B437CE
RGB
CMYK
RGB Variations
Color information
#B437CE (or 0xB437CE) is known color: Dark Orchid. HEX triplet: B4, 37 and CE. RGB value is (180,55,206). Sum of RGB (Red+Green+Blue) = 180+55+206=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #B437CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437CE is #4BC831. Grayscale: #6D6D6D. Windows color (decimal): -4966450 or 13514676. OLE color: 13514676.
HSL color Cylindrical-coordinate representation of color #B437CE: hue angle of 289.67º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B437CE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 55 | 206 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.19 |
| HSL | 289.67º | 0.61% | 0.51% | - |
| HSV(B) | 289.67º | 0.73% | 0.81% | - |
| XYZ | 31.33 | 16.89 | 60 | - |
| YUV | 109.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 206 | 0.13 | 0.73 | 0 | 0.19 | 289.67 | 0.61 | 0.51 |
| Hex | B4 | 37 | CE | D | 49 | 0 | 13 | 122 | 3D | 33 |
| Octal | 264 | 67 | 316 | 15 | 111 | 0 | 23 | 442 | 75 | 63 |
| Binary | 10110100 | 110111 | 11001110 | 1101 | 1001001 | 0 | 10011 | 100100010 | 111101 | 110011 |
Color Harmonies of #B437CE
Complementary color
Monochromatic Colors of #B437CE
Black with #B437CE
Text Example
Text Example
White with #B437CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B437CE; }
p { color: rgb(180,55,206); }
H1.HeaderClassName
{
color: #B437CE;
}
.AnyTagClassName
{
color: #B437CE;
}
</style>
background-color css
<style>
a { background-color: #B437CE; }
a { background-color: rgb(180,55,206); }
div.DivClassName
{
background-color: #B437CE;
}
.BgClassName
{
background-color: #B437CE;
}
</style>
border-color css
<style>
span { border-color: #B437CE; }
span { border-color: rgb(180,55,206); }
td.TdClassName
{
border-color: #B437CE;
}
.TagClassName
{
border-color: #B437CE;
}
</style>