Shades of Dark Orchid #B030BB
Tints of Dark Orchid #B030BB
RGB
CMYK
RGB Variations
Color information
#B030BB (or 0xB030BB) is known color: Dark Orchid. HEX triplet: B0, 30 and BB. RGB value is (176,48,187). Sum of RGB (Red+Green+Blue) = 176+48+187=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #B030BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030BB is #4FCF44. Grayscale: #656565. Windows color (decimal): -5230405 or 12267696. OLE color: 12267696.
HSL color Cylindrical-coordinate representation of color #B030BB: hue angle of 295.25º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B030BB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 48 | 187 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.27 |
| HSL | 295.25º | 0.59% | 0.46% | - |
| HSV(B) | 295.25º | 0.74% | 0.73% | - |
| XYZ | 27.93 | 14.93 | 48.42 | - |
| YUV | 102.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 187 | 0.06 | 0.74 | 0 | 0.27 | 295.25 | 0.59 | 0.46 |
| Hex | B0 | 30 | BB | 6 | 4A | 0 | 1B | 127 | 3B | 2E |
| Octal | 260 | 60 | 273 | 6 | 112 | 0 | 33 | 447 | 73 | 56 |
| Binary | 10110000 | 110000 | 10111011 | 110 | 1001010 | 0 | 11011 | 100100111 | 111011 | 101110 |
Color Harmonies of #B030BB
Complementary color
Monochromatic Colors of #B030BB
Black with #B030BB
Text Example
Text Example
White with #B030BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B030BB; }
p { color: rgb(176,48,187); }
H1.HeaderClassName
{
color: #B030BB;
}
.AnyTagClassName
{
color: #B030BB;
}
</style>
background-color css
<style>
a { background-color: #B030BB; }
a { background-color: rgb(176,48,187); }
div.DivClassName
{
background-color: #B030BB;
}
.BgClassName
{
background-color: #B030BB;
}
</style>
border-color css
<style>
span { border-color: #B030BB; }
span { border-color: rgb(176,48,187); }
td.TdClassName
{
border-color: #B030BB;
}
.TagClassName
{
border-color: #B030BB;
}
</style>