Shades of Dark Orchid #B028BA
Tints of Dark Orchid #B028BA
RGB
CMYK
RGB Variations
Color information
#B028BA (or 0xB028BA) is known color: Dark Orchid. HEX triplet: B0, 28 and BA. RGB value is (176,40,186). Sum of RGB (Red+Green+Blue) = 176+40+186=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #B028BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B028BA is #4FD745. Grayscale: #606060. Windows color (decimal): -5232454 or 12200112. OLE color: 12200112.
HSL color Cylindrical-coordinate representation of color #B028BA: hue angle of 295.89º 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 #B028BA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 40 | 186 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.27 |
| HSL | 295.89º | 0.65% | 0.44% | - |
| HSV(B) | 295.89º | 0.78% | 0.73% | - |
| XYZ | 27.53 | 14.29 | 47.76 | - |
| YUV | 97.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 186 | 0.05 | 0.78 | 0 | 0.27 | 295.89 | 0.65 | 0.44 |
| Hex | B0 | 28 | BA | 5 | 4E | 0 | 1B | 128 | 41 | 2C |
| Octal | 260 | 50 | 272 | 5 | 116 | 0 | 33 | 450 | 101 | 54 |
| Binary | 10110000 | 101000 | 10111010 | 101 | 1001110 | 0 | 11011 | 100101000 | 1000001 | 101100 |
Color Harmonies of #B028BA
Complementary color
Monochromatic Colors of #B028BA
Black with #B028BA
Text Example
Text Example
White with #B028BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B028BA; }
p { color: rgb(176,40,186); }
H1.HeaderClassName
{
color: #B028BA;
}
.AnyTagClassName
{
color: #B028BA;
}
</style>
background-color css
<style>
a { background-color: #B028BA; }
a { background-color: rgb(176,40,186); }
div.DivClassName
{
background-color: #B028BA;
}
.BgClassName
{
background-color: #B028BA;
}
</style>
border-color css
<style>
span { border-color: #B028BA; }
span { border-color: rgb(176,40,186); }
td.TdClassName
{
border-color: #B028BA;
}
.TagClassName
{
border-color: #B028BA;
}
</style>