Shades of Dark Orchid #B028BB
Tints of Dark Orchid #B028BB
RGB
CMYK
RGB Variations
Color information
#B028BB (or 0xB028BB) is known color: Dark Orchid. HEX triplet: B0, 28 and BB. RGB value is (176,40,187). Sum of RGB (Red+Green+Blue) = 176+40+187=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #B028BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B028BB is #4FD744. Grayscale: #606060. Windows color (decimal): -5232453 or 12265648. OLE color: 12265648.
HSL color Cylindrical-coordinate representation of color #B028BB: hue angle of 295.51º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B028BB is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 40 | 187 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.27 |
| HSL | 295.51º | 0.65% | 0.45% | - |
| HSV(B) | 295.51º | 0.79% | 0.73% | - |
| XYZ | 27.63 | 14.34 | 48.32 | - |
| YUV | 97.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 187 | 0.06 | 0.79 | 0 | 0.27 | 295.51 | 0.65 | 0.45 |
| Hex | B0 | 28 | BB | 6 | 4F | 0 | 1B | 128 | 41 | 2D |
| Octal | 260 | 50 | 273 | 6 | 117 | 0 | 33 | 450 | 101 | 55 |
| Binary | 10110000 | 101000 | 10111011 | 110 | 1001111 | 0 | 11011 | 100101000 | 1000001 | 101101 |
Color Harmonies of #B028BB
Complementary color
Monochromatic Colors of #B028BB
Black with #B028BB
Text Example
Text Example
White with #B028BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B028BB; }
p { color: rgb(176,40,187); }
H1.HeaderClassName
{
color: #B028BB;
}
.AnyTagClassName
{
color: #B028BB;
}
</style>
background-color css
<style>
a { background-color: #B028BB; }
a { background-color: rgb(176,40,187); }
div.DivClassName
{
background-color: #B028BB;
}
.BgClassName
{
background-color: #B028BB;
}
</style>
border-color css
<style>
span { border-color: #B028BB; }
span { border-color: rgb(176,40,187); }
td.TdClassName
{
border-color: #B028BB;
}
.TagClassName
{
border-color: #B028BB;
}
</style>