Shades of Fuchsia #B92BBA
Tints of Fuchsia #B92BBA
RGB
CMYK
RGB Variations
Color information
#B92BBA (or 0xB92BBA) is known color: Fuchsia. HEX triplet: B9, 2B and BA. RGB value is (185,43,186). Sum of RGB (Red+Green+Blue) = 185+43+186=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #B92BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BBA is #46D445. Grayscale: #656565. Windows color (decimal): -4641862 or 12200889. OLE color: 12200889.
HSL color Cylindrical-coordinate representation of color #B92BBA: hue angle of 299.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92BBA is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 43 | 186 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.27 |
| HSL | 299.58º | 0.62% | 0.45% | - |
| HSV(B) | 299.58º | 0.77% | 0.73% | - |
| XYZ | 29.73 | 15.59 | 47.9 | - |
| YUV | 101.76 | 175.54 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 43 | 186 | 0.01 | 0.77 | 0 | 0.27 | 299.58 | 0.62 | 0.45 |
| Hex | B9 | 2B | BA | 1 | 4D | 0 | 1B | 12C | 3E | 2D |
| Octal | 271 | 53 | 272 | 1 | 115 | 0 | 33 | 454 | 76 | 55 |
| Binary | 10111001 | 101011 | 10111010 | 1 | 1001101 | 0 | 11011 | 100101100 | 111110 | 101101 |
Color Harmonies of #B92BBA
Complementary color
Monochromatic Colors of #B92BBA
Black with #B92BBA
Text Example
Text Example
White with #B92BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92BBA; }
p { color: rgb(185,43,186); }
H1.HeaderClassName
{
color: #B92BBA;
}
.AnyTagClassName
{
color: #B92BBA;
}
</style>
background-color css
<style>
a { background-color: #B92BBA; }
a { background-color: rgb(185,43,186); }
div.DivClassName
{
background-color: #B92BBA;
}
.BgClassName
{
background-color: #B92BBA;
}
</style>
border-color css
<style>
span { border-color: #B92BBA; }
span { border-color: rgb(185,43,186); }
td.TdClassName
{
border-color: #B92BBA;
}
.TagClassName
{
border-color: #B92BBA;
}
</style>