Shades of Dark Orchid #B428BA
Tints of Dark Orchid #B428BA
RGB
CMYK
RGB Variations
Color information
#B428BA (or 0xB428BA) is known color: Dark Orchid. HEX triplet: B4, 28 and BA. RGB value is (180,40,186). Sum of RGB (Red+Green+Blue) = 180+40+186=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #B428BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428BA is #4BD745. Grayscale: #626262. Windows color (decimal): -4970310 or 12200116. OLE color: 12200116.
HSL color Cylindrical-coordinate representation of color #B428BA: hue angle of 297.53º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B428BA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 40 | 186 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.27 |
| HSL | 297.53º | 0.65% | 0.44% | - |
| HSV(B) | 297.53º | 0.78% | 0.73% | - |
| XYZ | 28.44 | 14.77 | 47.81 | - |
| YUV | 98.5 | 177.38 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 186 | 0.03 | 0.78 | 0 | 0.27 | 297.53 | 0.65 | 0.44 |
| Hex | B4 | 28 | BA | 3 | 4E | 0 | 1B | 12A | 41 | 2C |
| Octal | 264 | 50 | 272 | 3 | 116 | 0 | 33 | 452 | 101 | 54 |
| Binary | 10110100 | 101000 | 10111010 | 11 | 1001110 | 0 | 11011 | 100101010 | 1000001 | 101100 |
Color Harmonies of #B428BA
Complementary color
Monochromatic Colors of #B428BA
Black with #B428BA
Text Example
Text Example
White with #B428BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B428BA; }
p { color: rgb(180,40,186); }
H1.HeaderClassName
{
color: #B428BA;
}
.AnyTagClassName
{
color: #B428BA;
}
</style>
background-color css
<style>
a { background-color: #B428BA; }
a { background-color: rgb(180,40,186); }
div.DivClassName
{
background-color: #B428BA;
}
.BgClassName
{
background-color: #B428BA;
}
</style>
border-color css
<style>
span { border-color: #B428BA; }
span { border-color: rgb(180,40,186); }
td.TdClassName
{
border-color: #B428BA;
}
.TagClassName
{
border-color: #B428BA;
}
</style>