Shades of Fuchsia #B92DB1
Tints of Fuchsia #B92DB1
RGB
CMYK
RGB Variations
Color information
#B92DB1 (or 0xB92DB1) is known color: Fuchsia. HEX triplet: B9, 2D and B1. RGB value is (185,45,177). Sum of RGB (Red+Green+Blue) = 185+45+177=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B92DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92DB1 is #46D24E. Grayscale: #656565. Windows color (decimal): -4641359 or 11611577. OLE color: 11611577.
HSL color Cylindrical-coordinate representation of color #B92DB1: hue angle of 303.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92DB1 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 177 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.27 |
| HSL | 303.43º | 0.61% | 0.45% | - |
| HSV(B) | 303.43º | 0.76% | 0.73% | - |
| XYZ | 28.88 | 15.37 | 43.04 | - |
| YUV | 101.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 177 | 0 | 0.76 | 0.04 | 0.27 | 303.43 | 0.61 | 0.45 |
| Hex | B9 | 2D | B1 | 0 | 4C | 4 | 1B | 12F | 3D | 2D |
| Octal | 271 | 55 | 261 | 0 | 114 | 4 | 33 | 457 | 75 | 55 |
| Binary | 10111001 | 101101 | 10110001 | 0 | 1001100 | 100 | 11011 | 100101111 | 111101 | 101101 |
Color Harmonies of #B92DB1
Complementary color
Monochromatic Colors of #B92DB1
Black with #B92DB1
Text Example
Text Example
White with #B92DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DB1; }
p { color: rgb(185,45,177); }
H1.HeaderClassName
{
color: #B92DB1;
}
.AnyTagClassName
{
color: #B92DB1;
}
</style>
background-color css
<style>
a { background-color: #B92DB1; }
a { background-color: rgb(185,45,177); }
div.DivClassName
{
background-color: #B92DB1;
}
.BgClassName
{
background-color: #B92DB1;
}
</style>
border-color css
<style>
span { border-color: #B92DB1; }
span { border-color: rgb(185,45,177); }
td.TdClassName
{
border-color: #B92DB1;
}
.TagClassName
{
border-color: #B92DB1;
}
</style>