Shades of Dark Orchid #B435EC
Tints of Dark Orchid #B435EC
RGB
CMYK
RGB Variations
Color information
#B435EC (or 0xB435EC) is known color: Dark Orchid. HEX triplet: B4, 35 and EC. RGB value is (180,53,236). Sum of RGB (Red+Green+Blue) = 180+53+236=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 53 (21.09% from 255 or 11.30% 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 #B435EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B435EC is #4BCA13. Grayscale: #6F6F6F. Windows color (decimal): -4966932 or 15480244. OLE color: 15480244.
HSL color Cylindrical-coordinate representation of color #B435EC: hue angle of 281.64º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B435EC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 53 | 236 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.07 |
| HSL | 281.64º | 0.83% | 0.57% | - |
| HSV(B) | 281.64º | 0.78% | 0.93% | - |
| XYZ | 35.24 | 18.31 | 81.03 | - |
| YUV | 111.84 | 198.08 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 236 | 0.24 | 0.78 | 0 | 0.07 | 281.64 | 0.83 | 0.57 |
| Hex | B4 | 35 | EC | 18 | 4E | 0 | 7 | 11A | 53 | 39 |
| Octal | 264 | 65 | 354 | 30 | 116 | 0 | 7 | 432 | 123 | 71 |
| Binary | 10110100 | 110101 | 11101100 | 11000 | 1001110 | 0 | 111 | 100011010 | 1010011 | 111001 |
Color Harmonies of #B435EC
Complementary color
Monochromatic Colors of #B435EC
Black with #B435EC
Text Example
Text Example
White with #B435EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B435EC; }
p { color: rgb(180,53,236); }
H1.HeaderClassName
{
color: #B435EC;
}
.AnyTagClassName
{
color: #B435EC;
}
</style>
background-color css
<style>
a { background-color: #B435EC; }
a { background-color: rgb(180,53,236); }
div.DivClassName
{
background-color: #B435EC;
}
.BgClassName
{
background-color: #B435EC;
}
</style>
border-color css
<style>
span { border-color: #B435EC; }
span { border-color: rgb(180,53,236); }
td.TdClassName
{
border-color: #B435EC;
}
.TagClassName
{
border-color: #B435EC;
}
</style>