Shades of Fuchsia #B930B1
Tints of Fuchsia #B930B1
RGB
CMYK
RGB Variations
Color information
#B930B1 (or 0xB930B1) is known color: Fuchsia. HEX triplet: B9, 30 and B1. RGB value is (185,48,177). Sum of RGB (Red+Green+Blue) = 185+48+177=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B930B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B930B1 is #46CF4E. Grayscale: #676767. Windows color (decimal): -4640591 or 11612345. OLE color: 11612345.
HSL color Cylindrical-coordinate representation of color #B930B1: hue angle of 303.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 #B930B1 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 177 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.27 |
| HSL | 303.5º | 0.59% | 0.46% | - |
| HSV(B) | 303.5º | 0.74% | 0.73% | - |
| XYZ | 29 | 15.6 | 43.08 | - |
| YUV | 103.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 177 | 0 | 0.74 | 0.04 | 0.27 | 303.5 | 0.59 | 0.46 |
| Hex | B9 | 30 | B1 | 0 | 4A | 4 | 1B | 130 | 3B | 2E |
| Octal | 271 | 60 | 261 | 0 | 112 | 4 | 33 | 460 | 73 | 56 |
| Binary | 10111001 | 110000 | 10110001 | 0 | 1001010 | 100 | 11011 | 100110000 | 111011 | 101110 |
Color Harmonies of #B930B1
Complementary color
Monochromatic Colors of #B930B1
Black with #B930B1
Text Example
Text Example
White with #B930B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B930B1; }
p { color: rgb(185,48,177); }
H1.HeaderClassName
{
color: #B930B1;
}
.AnyTagClassName
{
color: #B930B1;
}
</style>
background-color css
<style>
a { background-color: #B930B1; }
a { background-color: rgb(185,48,177); }
div.DivClassName
{
background-color: #B930B1;
}
.BgClassName
{
background-color: #B930B1;
}
</style>
border-color css
<style>
span { border-color: #B930B1; }
span { border-color: rgb(185,48,177); }
td.TdClassName
{
border-color: #B930B1;
}
.TagClassName
{
border-color: #B930B1;
}
</style>