Shades of Dark Orchid #B130B9
Tints of Dark Orchid #B130B9
RGB
CMYK
RGB Variations
Color information
#B130B9 (or 0xB130B9) is known color: Dark Orchid. HEX triplet: B1, 30 and B9. RGB value is (177,48,185). Sum of RGB (Red+Green+Blue) = 177+48+185=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #B130B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130B9 is #4ECF46. Grayscale: #656565. Windows color (decimal): -5164871 or 12136625. OLE color: 12136625.
HSL color Cylindrical-coordinate representation of color #B130B9: hue angle of 296.5º 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 #B130B9 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 48 | 185 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.27 |
| HSL | 296.5º | 0.59% | 0.46% | - |
| HSV(B) | 296.5º | 0.74% | 0.73% | - |
| XYZ | 27.95 | 14.96 | 47.31 | - |
| YUV | 102.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 185 | 0.04 | 0.74 | 0 | 0.27 | 296.5 | 0.59 | 0.46 |
| Hex | B1 | 30 | B9 | 4 | 4A | 0 | 1B | 128 | 3B | 2E |
| Octal | 261 | 60 | 271 | 4 | 112 | 0 | 33 | 450 | 73 | 56 |
| Binary | 10110001 | 110000 | 10111001 | 100 | 1001010 | 0 | 11011 | 100101000 | 111011 | 101110 |
Color Harmonies of #B130B9
Complementary color
Monochromatic Colors of #B130B9
Black with #B130B9
Text Example
Text Example
White with #B130B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B130B9; }
p { color: rgb(177,48,185); }
H1.HeaderClassName
{
color: #B130B9;
}
.AnyTagClassName
{
color: #B130B9;
}
</style>
background-color css
<style>
a { background-color: #B130B9; }
a { background-color: rgb(177,48,185); }
div.DivClassName
{
background-color: #B130B9;
}
.BgClassName
{
background-color: #B130B9;
}
</style>
border-color css
<style>
span { border-color: #B130B9; }
span { border-color: rgb(177,48,185); }
td.TdClassName
{
border-color: #B130B9;
}
.TagClassName
{
border-color: #B130B9;
}
</style>