Shades of Dark Orchid #B130CF
Tints of Dark Orchid #B130CF
RGB
CMYK
RGB Variations
Color information
#B130CF (or 0xB130CF) is known color: Dark Orchid. HEX triplet: B1, 30 and CF. RGB value is (177,48,207). Sum of RGB (Red+Green+Blue) = 177+48+207=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #B130CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130CF is #4ECF30. Grayscale: #686868. Windows color (decimal): -5164849 or 13578417. OLE color: 13578417.
HSL color Cylindrical-coordinate representation of color #B130CF: hue angle of 288.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B130CF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 48 | 207 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.19 |
| HSL | 288.68º | 0.62% | 0.5% | - |
| HSV(B) | 288.68º | 0.77% | 0.81% | - |
| XYZ | 30.45 | 15.97 | 60.51 | - |
| YUV | 104.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 207 | 0.14 | 0.77 | 0 | 0.19 | 288.68 | 0.62 | 0.5 |
| Hex | B1 | 30 | CF | E | 4D | 0 | 13 | 121 | 3E | 32 |
| Octal | 261 | 60 | 317 | 16 | 115 | 0 | 23 | 441 | 76 | 62 |
| Binary | 10110001 | 110000 | 11001111 | 1110 | 1001101 | 0 | 10011 | 100100001 | 111110 | 110010 |
Color Harmonies of #B130CF
Complementary color
Monochromatic Colors of #B130CF
Black with #B130CF
Text Example
Text Example
White with #B130CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B130CF; }
p { color: rgb(177,48,207); }
H1.HeaderClassName
{
color: #B130CF;
}
.AnyTagClassName
{
color: #B130CF;
}
</style>
background-color css
<style>
a { background-color: #B130CF; }
a { background-color: rgb(177,48,207); }
div.DivClassName
{
background-color: #B130CF;
}
.BgClassName
{
background-color: #B130CF;
}
</style>
border-color css
<style>
span { border-color: #B130CF; }
span { border-color: rgb(177,48,207); }
td.TdClassName
{
border-color: #B130CF;
}
.TagClassName
{
border-color: #B130CF;
}
</style>