Shades of Dark Orchid #B034EC
Tints of Dark Orchid #B034EC
RGB
CMYK
RGB Variations
Color information
#B034EC (or 0xB034EC) is known color: Dark Orchid. HEX triplet: B0, 34 and EC. RGB value is (176,52,236). Sum of RGB (Red+Green+Blue) = 176+52+236=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #B034EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B034EC is #4FCB13. Grayscale: #6D6D6D. Windows color (decimal): -5229332 or 15479984. OLE color: 15479984.
HSL color Cylindrical-coordinate representation of color #B034EC: hue angle of 280.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B034EC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 52 | 236 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.07 |
| HSL | 280.43º | 0.83% | 0.56% | - |
| HSV(B) | 280.43º | 0.78% | 0.93% | - |
| XYZ | 34.27 | 17.74 | 80.98 | - |
| YUV | 110.05 | 199.08 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 236 | 0.25 | 0.78 | 0 | 0.07 | 280.43 | 0.83 | 0.56 |
| Hex | B0 | 34 | EC | 19 | 4E | 0 | 7 | 118 | 53 | 38 |
| Octal | 260 | 64 | 354 | 31 | 116 | 0 | 7 | 430 | 123 | 70 |
| Binary | 10110000 | 110100 | 11101100 | 11001 | 1001110 | 0 | 111 | 100011000 | 1010011 | 111000 |
Color Harmonies of #B034EC
Complementary color
Monochromatic Colors of #B034EC
Black with #B034EC
Text Example
Text Example
White with #B034EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B034EC; }
p { color: rgb(176,52,236); }
H1.HeaderClassName
{
color: #B034EC;
}
.AnyTagClassName
{
color: #B034EC;
}
</style>
background-color css
<style>
a { background-color: #B034EC; }
a { background-color: rgb(176,52,236); }
div.DivClassName
{
background-color: #B034EC;
}
.BgClassName
{
background-color: #B034EC;
}
</style>
border-color css
<style>
span { border-color: #B034EC; }
span { border-color: rgb(176,52,236); }
td.TdClassName
{
border-color: #B034EC;
}
.TagClassName
{
border-color: #B034EC;
}
</style>