Shades of Dark Orchid #B430EC
Tints of Dark Orchid #B430EC
RGB
CMYK
RGB Variations
Color information
#B430EC (or 0xB430EC) is known color: Dark Orchid. HEX triplet: B4, 30 and EC. RGB value is (180,48,236). Sum of RGB (Red+Green+Blue) = 180+48+236=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 48 (19.14% from 255 or 10.34% 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 #B430EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B430EC is #4BCF13. Grayscale: #6C6C6C. Windows color (decimal): -4968212 or 15478964. OLE color: 15478964.
HSL color Cylindrical-coordinate representation of color #B430EC: hue angle of 282.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B430EC is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 48 | 236 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.07 |
| HSL | 282.13º | 0.83% | 0.56% | - |
| HSV(B) | 282.13º | 0.8% | 0.93% | - |
| XYZ | 35.02 | 17.87 | 80.96 | - |
| YUV | 108.9 | 199.73 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 236 | 0.24 | 0.80 | 0 | 0.07 | 282.13 | 0.83 | 0.56 |
| Hex | B4 | 30 | EC | 18 | 50 | 0 | 7 | 11A | 53 | 38 |
| Octal | 264 | 60 | 354 | 30 | 120 | 0 | 7 | 432 | 123 | 70 |
| Binary | 10110100 | 110000 | 11101100 | 11000 | 1010000 | 0 | 111 | 100011010 | 1010011 | 111000 |
Color Harmonies of #B430EC
Complementary color
Monochromatic Colors of #B430EC
Black with #B430EC
Text Example
Text Example
White with #B430EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430EC; }
p { color: rgb(180,48,236); }
H1.HeaderClassName
{
color: #B430EC;
}
.AnyTagClassName
{
color: #B430EC;
}
</style>
background-color css
<style>
a { background-color: #B430EC; }
a { background-color: rgb(180,48,236); }
div.DivClassName
{
background-color: #B430EC;
}
.BgClassName
{
background-color: #B430EC;
}
</style>
border-color css
<style>
span { border-color: #B430EC; }
span { border-color: rgb(180,48,236); }
td.TdClassName
{
border-color: #B430EC;
}
.TagClassName
{
border-color: #B430EC;
}
</style>