Shades of Dark Orchid #B130E1
Tints of Dark Orchid #B130E1
RGB
CMYK
RGB Variations
Color information
#B130E1 (or 0xB130E1) is known color: Dark Orchid. HEX triplet: B1, 30 and E1. RGB value is (177,48,225). Sum of RGB (Red+Green+Blue) = 177+48+225=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #B130E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130E1 is #4ECF1E. Grayscale: #6A6A6A. Windows color (decimal): -5164831 or 14758065. OLE color: 14758065.
HSL color Cylindrical-coordinate representation of color #B130E1: hue angle of 283.73º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B130E1 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 48 | 225 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.12 |
| HSL | 283.73º | 0.75% | 0.54% | - |
| HSV(B) | 283.73º | 0.79% | 0.88% | - |
| XYZ | 32.78 | 16.9 | 72.77 | - |
| YUV | 106.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 225 | 0.21 | 0.79 | 0 | 0.12 | 283.73 | 0.75 | 0.54 |
| Hex | B1 | 30 | E1 | 15 | 4F | 0 | C | 11C | 4B | 36 |
| Octal | 261 | 60 | 341 | 25 | 117 | 0 | 14 | 434 | 113 | 66 |
| Binary | 10110001 | 110000 | 11100001 | 10101 | 1001111 | 0 | 1100 | 100011100 | 1001011 | 110110 |
Color Harmonies of #B130E1
Complementary color
Monochromatic Colors of #B130E1
Black with #B130E1
Text Example
Text Example
White with #B130E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B130E1; }
p { color: rgb(177,48,225); }
H1.HeaderClassName
{
color: #B130E1;
}
.AnyTagClassName
{
color: #B130E1;
}
</style>
background-color css
<style>
a { background-color: #B130E1; }
a { background-color: rgb(177,48,225); }
div.DivClassName
{
background-color: #B130E1;
}
.BgClassName
{
background-color: #B130E1;
}
</style>
border-color css
<style>
span { border-color: #B130E1; }
span { border-color: rgb(177,48,225); }
td.TdClassName
{
border-color: #B130E1;
}
.TagClassName
{
border-color: #B130E1;
}
</style>