Shades of Dark Orchid #B237EC
Tints of Dark Orchid #B237EC
RGB
CMYK
RGB Variations
Color information
#B237EC (or 0xB237EC) is known color: Dark Orchid. HEX triplet: B2, 37 and EC. RGB value is (178,55,236). Sum of RGB (Red+Green+Blue) = 178+55+236=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #B237EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B237EC is #4DC813. Grayscale: #6F6F6F. Windows color (decimal): -5097492 or 15480754. OLE color: 15480754.
HSL color Cylindrical-coordinate representation of color #B237EC: hue angle of 280.77º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B237EC is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 55 | 236 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.07 |
| HSL | 280.77º | 0.83% | 0.57% | - |
| HSV(B) | 280.77º | 0.77% | 0.93% | - |
| XYZ | 34.87 | 18.25 | 81.04 | - |
| YUV | 112.41 | 197.75 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 236 | 0.25 | 0.77 | 0 | 0.07 | 280.77 | 0.83 | 0.57 |
| Hex | B2 | 37 | EC | 19 | 4D | 0 | 7 | 119 | 53 | 39 |
| Octal | 262 | 67 | 354 | 31 | 115 | 0 | 7 | 431 | 123 | 71 |
| Binary | 10110010 | 110111 | 11101100 | 11001 | 1001101 | 0 | 111 | 100011001 | 1010011 | 111001 |
Color Harmonies of #B237EC
Complementary color
Monochromatic Colors of #B237EC
Black with #B237EC
Text Example
Text Example
White with #B237EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B237EC; }
p { color: rgb(178,55,236); }
H1.HeaderClassName
{
color: #B237EC;
}
.AnyTagClassName
{
color: #B237EC;
}
</style>
background-color css
<style>
a { background-color: #B237EC; }
a { background-color: rgb(178,55,236); }
div.DivClassName
{
background-color: #B237EC;
}
.BgClassName
{
background-color: #B237EC;
}
</style>
border-color css
<style>
span { border-color: #B237EC; }
span { border-color: rgb(178,55,236); }
td.TdClassName
{
border-color: #B237EC;
}
.TagClassName
{
border-color: #B237EC;
}
</style>