Shades of Fuchsia #B950B0
Tints of Fuchsia #B950B0
RGB
CMYK
RGB Variations
Color information
#B950B0 (or 0xB950B0) is known color: Fuchsia. HEX triplet: B9, 50 and B0. RGB value is (185,80,176). Sum of RGB (Red+Green+Blue) = 185+80+176=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B950B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B950B0 is #46AF4F. Grayscale: #7A7A7A. Windows color (decimal): -4632400 or 11555001. OLE color: 11555001.
HSL color Cylindrical-coordinate representation of color #B950B0: hue angle of 305.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B950B0 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 176 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.27 |
| HSL | 305.14º | 0.43% | 0.52% | - |
| HSV(B) | 305.14º | 0.57% | 0.73% | - |
| XYZ | 30.71 | 19.19 | 43.16 | - |
| YUV | 122.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 176 | 0 | 0.57 | 0.05 | 0.27 | 305.14 | 0.43 | 0.52 |
| Hex | B9 | 50 | B0 | 0 | 39 | 5 | 1B | 131 | 2B | 34 |
| Octal | 271 | 120 | 260 | 0 | 71 | 5 | 33 | 461 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10110000 | 0 | 111001 | 101 | 11011 | 100110001 | 101011 | 110100 |
Color Harmonies of #B950B0
Complementary color
Monochromatic Colors of #B950B0
Black with #B950B0
Text Example
Text Example
White with #B950B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950B0; }
p { color: rgb(185,80,176); }
H1.HeaderClassName
{
color: #B950B0;
}
.AnyTagClassName
{
color: #B950B0;
}
</style>
background-color css
<style>
a { background-color: #B950B0; }
a { background-color: rgb(185,80,176); }
div.DivClassName
{
background-color: #B950B0;
}
.BgClassName
{
background-color: #B950B0;
}
</style>
border-color css
<style>
span { border-color: #B950B0; }
span { border-color: rgb(185,80,176); }
td.TdClassName
{
border-color: #B950B0;
}
.TagClassName
{
border-color: #B950B0;
}
</style>