Shades of Dark Orchid #B031BB
Tints of Dark Orchid #B031BB
RGB
CMYK
RGB Variations
Color information
#B031BB (or 0xB031BB) is known color: Dark Orchid. HEX triplet: B0, 31 and BB. RGB value is (176,49,187). Sum of RGB (Red+Green+Blue) = 176+49+187=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #B031BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031BB is #4FCE44. Grayscale: #666666. Windows color (decimal): -5230149 or 12267952. OLE color: 12267952.
HSL color Cylindrical-coordinate representation of color #B031BB: hue angle of 295.22º degrees, saturation: 0.58, 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 #B031BB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 49 | 187 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.27 |
| HSL | 295.22º | 0.58% | 0.46% | - |
| HSV(B) | 295.22º | 0.74% | 0.73% | - |
| XYZ | 27.97 | 15.01 | 48.44 | - |
| YUV | 102.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 187 | 0.06 | 0.74 | 0 | 0.27 | 295.22 | 0.58 | 0.46 |
| Hex | B0 | 31 | BB | 6 | 4A | 0 | 1B | 127 | 3A | 2E |
| Octal | 260 | 61 | 273 | 6 | 112 | 0 | 33 | 447 | 72 | 56 |
| Binary | 10110000 | 110001 | 10111011 | 110 | 1001010 | 0 | 11011 | 100100111 | 111010 | 101110 |
Color Harmonies of #B031BB
Complementary color
Monochromatic Colors of #B031BB
Black with #B031BB
Text Example
Text Example
White with #B031BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031BB; }
p { color: rgb(176,49,187); }
H1.HeaderClassName
{
color: #B031BB;
}
.AnyTagClassName
{
color: #B031BB;
}
</style>
background-color css
<style>
a { background-color: #B031BB; }
a { background-color: rgb(176,49,187); }
div.DivClassName
{
background-color: #B031BB;
}
.BgClassName
{
background-color: #B031BB;
}
</style>
border-color css
<style>
span { border-color: #B031BB; }
span { border-color: rgb(176,49,187); }
td.TdClassName
{
border-color: #B031BB;
}
.TagClassName
{
border-color: #B031BB;
}
</style>