Shades of Dark Orchid #B428CA
Tints of Dark Orchid #B428CA
RGB
CMYK
RGB Variations
Color information
#B428CA (or 0xB428CA) is known color: Dark Orchid. HEX triplet: B4, 28 and CA. RGB value is (180,40,202). Sum of RGB (Red+Green+Blue) = 180+40+202=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #B428CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428CA is #4BD735. Grayscale: #636363. Windows color (decimal): -4970294 or 13248692. OLE color: 13248692.
HSL color Cylindrical-coordinate representation of color #B428CA: hue angle of 291.85º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B428CA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 40 | 202 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.21 |
| HSL | 291.85º | 0.67% | 0.47% | - |
| HSV(B) | 291.85º | 0.8% | 0.79% | - |
| XYZ | 30.24 | 15.49 | 57.27 | - |
| YUV | 100.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 202 | 0.11 | 0.80 | 0 | 0.21 | 291.85 | 0.67 | 0.47 |
| Hex | B4 | 28 | CA | B | 50 | 0 | 15 | 124 | 43 | 2F |
| Octal | 264 | 50 | 312 | 13 | 120 | 0 | 25 | 444 | 103 | 57 |
| Binary | 10110100 | 101000 | 11001010 | 1011 | 1010000 | 0 | 10101 | 100100100 | 1000011 | 101111 |
Color Harmonies of #B428CA
Complementary color
Monochromatic Colors of #B428CA
Black with #B428CA
Text Example
Text Example
White with #B428CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B428CA; }
p { color: rgb(180,40,202); }
H1.HeaderClassName
{
color: #B428CA;
}
.AnyTagClassName
{
color: #B428CA;
}
</style>
background-color css
<style>
a { background-color: #B428CA; }
a { background-color: rgb(180,40,202); }
div.DivClassName
{
background-color: #B428CA;
}
.BgClassName
{
background-color: #B428CA;
}
</style>
border-color css
<style>
span { border-color: #B428CA; }
span { border-color: rgb(180,40,202); }
td.TdClassName
{
border-color: #B428CA;
}
.TagClassName
{
border-color: #B428CA;
}
</style>