Shades of Fuchsia #B92DB2
Tints of Fuchsia #B92DB2
RGB
CMYK
RGB Variations
Color information
#B92DB2 (or 0xB92DB2) is known color: Fuchsia. HEX triplet: B9, 2D and B2. RGB value is (185,45,178). Sum of RGB (Red+Green+Blue) = 185+45+178=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B92DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92DB2 is #46D24D. Grayscale: #656565. Windows color (decimal): -4641358 or 11677113. OLE color: 11677113.
HSL color Cylindrical-coordinate representation of color #B92DB2: hue angle of 303º 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 #B92DB2 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 178 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.27 |
| HSL | 303º | 0.61% | 0.45% | - |
| HSV(B) | 303º | 0.76% | 0.73% | - |
| XYZ | 28.98 | 15.41 | 43.57 | - |
| YUV | 102.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 178 | 0 | 0.76 | 0.04 | 0.27 | 303 | 0.61 | 0.45 |
| Hex | B9 | 2D | B2 | 0 | 4C | 4 | 1B | 12F | 3D | 2D |
| Octal | 271 | 55 | 262 | 0 | 114 | 4 | 33 | 457 | 75 | 55 |
| Binary | 10111001 | 101101 | 10110010 | 0 | 1001100 | 100 | 11011 | 100101111 | 111101 | 101101 |
Color Harmonies of #B92DB2
Complementary color
Monochromatic Colors of #B92DB2
Black with #B92DB2
Text Example
Text Example
White with #B92DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DB2; }
p { color: rgb(185,45,178); }
H1.HeaderClassName
{
color: #B92DB2;
}
.AnyTagClassName
{
color: #B92DB2;
}
</style>
background-color css
<style>
a { background-color: #B92DB2; }
a { background-color: rgb(185,45,178); }
div.DivClassName
{
background-color: #B92DB2;
}
.BgClassName
{
background-color: #B92DB2;
}
</style>
border-color css
<style>
span { border-color: #B92DB2; }
span { border-color: rgb(185,45,178); }
td.TdClassName
{
border-color: #B92DB2;
}
.TagClassName
{
border-color: #B92DB2;
}
</style>