Shades of Dark Orchid #B028AD
Tints of Dark Orchid #B028AD
RGB
CMYK
RGB Variations
Color information
#B028AD (or 0xB028AD) is known color: Dark Orchid. HEX triplet: B0, 28 and AD. RGB value is (176,40,173). Sum of RGB (Red+Green+Blue) = 176+40+173=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B028AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B028AD is #4FD752. Grayscale: #5F5F5F. Windows color (decimal): -5232467 or 11348144. OLE color: 11348144.
HSL color Cylindrical-coordinate representation of color #B028AD: hue angle of 301.32º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B028AD is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 173 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.31 |
| HSL | 301.32º | 0.63% | 0.42% | - |
| HSV(B) | 301.32º | 0.77% | 0.69% | - |
| XYZ | 26.21 | 13.76 | 40.81 | - |
| YUV | 95.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 173 | 0 | 0.77 | 0.02 | 0.31 | 301.32 | 0.63 | 0.42 |
| Hex | B0 | 28 | AD | 0 | 4D | 2 | 1F | 12D | 3F | 2A |
| Octal | 260 | 50 | 255 | 0 | 115 | 2 | 37 | 455 | 77 | 52 |
| Binary | 10110000 | 101000 | 10101101 | 0 | 1001101 | 10 | 11111 | 100101101 | 111111 | 101010 |
Color Harmonies of #B028AD
Complementary color
Monochromatic Colors of #B028AD
Black with #B028AD
Text Example
Text Example
White with #B028AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B028AD; }
p { color: rgb(176,40,173); }
H1.HeaderClassName
{
color: #B028AD;
}
.AnyTagClassName
{
color: #B028AD;
}
</style>
background-color css
<style>
a { background-color: #B028AD; }
a { background-color: rgb(176,40,173); }
div.DivClassName
{
background-color: #B028AD;
}
.BgClassName
{
background-color: #B028AD;
}
</style>
border-color css
<style>
span { border-color: #B028AD; }
span { border-color: rgb(176,40,173); }
td.TdClassName
{
border-color: #B028AD;
}
.TagClassName
{
border-color: #B028AD;
}
</style>