Shades of Dark Orchid #B130BC
Tints of Dark Orchid #B130BC
RGB
CMYK
RGB Variations
Color information
#B130BC (or 0xB130BC) is known color: Dark Orchid. HEX triplet: B1, 30 and BC. RGB value is (177,48,188). Sum of RGB (Red+Green+Blue) = 177+48+188=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #B130BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130BC is #4ECF43. Grayscale: #666666. Windows color (decimal): -5164868 or 12333233. OLE color: 12333233.
HSL color Cylindrical-coordinate representation of color #B130BC: hue angle of 295.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B130BC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 48 | 188 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.26 |
| HSL | 295.29º | 0.59% | 0.46% | - |
| HSV(B) | 295.29º | 0.74% | 0.74% | - |
| XYZ | 28.27 | 15.09 | 49 | - |
| YUV | 102.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 188 | 0.06 | 0.74 | 0 | 0.26 | 295.29 | 0.59 | 0.46 |
| Hex | B1 | 30 | BC | 6 | 4A | 0 | 1A | 127 | 3B | 2E |
| Octal | 261 | 60 | 274 | 6 | 112 | 0 | 32 | 447 | 73 | 56 |
| Binary | 10110001 | 110000 | 10111100 | 110 | 1001010 | 0 | 11010 | 100100111 | 111011 | 101110 |
Color Harmonies of #B130BC
Complementary color
Monochromatic Colors of #B130BC
Black with #B130BC
Text Example
Text Example
White with #B130BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B130BC; }
p { color: rgb(177,48,188); }
H1.HeaderClassName
{
color: #B130BC;
}
.AnyTagClassName
{
color: #B130BC;
}
</style>
background-color css
<style>
a { background-color: #B130BC; }
a { background-color: rgb(177,48,188); }
div.DivClassName
{
background-color: #B130BC;
}
.BgClassName
{
background-color: #B130BC;
}
</style>
border-color css
<style>
span { border-color: #B130BC; }
span { border-color: rgb(177,48,188); }
td.TdClassName
{
border-color: #B130BC;
}
.TagClassName
{
border-color: #B130BC;
}
</style>