Shades of Fuchsia #B92DBB
Tints of Fuchsia #B92DBB
RGB
CMYK
RGB Variations
Color information
#B92DBB (or 0xB92DBB) is known color: Fuchsia. HEX triplet: B9, 2D and BB. RGB value is (185,45,187). Sum of RGB (Red+Green+Blue) = 185+45+187=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #B92DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DBB is #46D244. Grayscale: #666666. Windows color (decimal): -4641349 or 12266937. OLE color: 12266937.
HSL color Cylindrical-coordinate representation of color #B92DBB: hue angle of 299.15º 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 #B92DBB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 187 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.27 |
| HSL | 299.15º | 0.61% | 0.45% | - |
| HSV(B) | 299.15º | 0.76% | 0.73% | - |
| XYZ | 29.92 | 15.78 | 48.48 | - |
| YUV | 103.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 187 | 0.01 | 0.76 | 0 | 0.27 | 299.15 | 0.61 | 0.45 |
| Hex | B9 | 2D | BB | 1 | 4C | 0 | 1B | 12B | 3D | 2D |
| Octal | 271 | 55 | 273 | 1 | 114 | 0 | 33 | 453 | 75 | 55 |
| Binary | 10111001 | 101101 | 10111011 | 1 | 1001100 | 0 | 11011 | 100101011 | 111101 | 101101 |
Color Harmonies of #B92DBB
Complementary color
Monochromatic Colors of #B92DBB
Black with #B92DBB
Text Example
Text Example
White with #B92DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DBB; }
p { color: rgb(185,45,187); }
H1.HeaderClassName
{
color: #B92DBB;
}
.AnyTagClassName
{
color: #B92DBB;
}
</style>
background-color css
<style>
a { background-color: #B92DBB; }
a { background-color: rgb(185,45,187); }
div.DivClassName
{
background-color: #B92DBB;
}
.BgClassName
{
background-color: #B92DBB;
}
</style>
border-color css
<style>
span { border-color: #B92DBB; }
span { border-color: rgb(185,45,187); }
td.TdClassName
{
border-color: #B92DBB;
}
.TagClassName
{
border-color: #B92DBB;
}
</style>