Shades of Dark Orchid #B428CE
Tints of Dark Orchid #B428CE
RGB
CMYK
RGB Variations
Color information
#B428CE (or 0xB428CE) is known color: Dark Orchid. HEX triplet: B4, 28 and CE. RGB value is (180,40,206). Sum of RGB (Red+Green+Blue) = 180+40+206=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #B428CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428CE is #4BD731. Grayscale: #646464. Windows color (decimal): -4970290 or 13510836. OLE color: 13510836.
HSL color Cylindrical-coordinate representation of color #B428CE: hue angle of 290.6º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B428CE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 40 | 206 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.19 |
| HSL | 290.6º | 0.67% | 0.48% | - |
| HSV(B) | 290.6º | 0.81% | 0.81% | - |
| XYZ | 30.72 | 15.68 | 59.8 | - |
| YUV | 100.78 | 187.38 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 206 | 0.13 | 0.81 | 0 | 0.19 | 290.6 | 0.67 | 0.48 |
| Hex | B4 | 28 | CE | D | 51 | 0 | 13 | 123 | 43 | 30 |
| Octal | 264 | 50 | 316 | 15 | 121 | 0 | 23 | 443 | 103 | 60 |
| Binary | 10110100 | 101000 | 11001110 | 1101 | 1010001 | 0 | 10011 | 100100011 | 1000011 | 110000 |
Color Harmonies of #B428CE
Complementary color
Monochromatic Colors of #B428CE
Black with #B428CE
Text Example
Text Example
White with #B428CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B428CE; }
p { color: rgb(180,40,206); }
H1.HeaderClassName
{
color: #B428CE;
}
.AnyTagClassName
{
color: #B428CE;
}
</style>
background-color css
<style>
a { background-color: #B428CE; }
a { background-color: rgb(180,40,206); }
div.DivClassName
{
background-color: #B428CE;
}
.BgClassName
{
background-color: #B428CE;
}
</style>
border-color css
<style>
span { border-color: #B428CE; }
span { border-color: rgb(180,40,206); }
td.TdClassName
{
border-color: #B428CE;
}
.TagClassName
{
border-color: #B428CE;
}
</style>