Shades of Fuchsia #BB41B2
Tints of Fuchsia #BB41B2
RGB
CMYK
RGB Variations
Color information
#BB41B2 (or 0xBB41B2) is known color: Fuchsia. HEX triplet: BB, 41 and B2. RGB value is (187,65,178). Sum of RGB (Red+Green+Blue) = 187+65+178=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41B2 is #44BE4D. Grayscale: #727272. Windows color (decimal): -4505166 or 11682235. OLE color: 11682235.
HSL color Cylindrical-coordinate representation of color #BB41B2: hue angle of 304.43º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB41B2 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 178 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.27 |
| HSL | 304.43º | 0.48% | 0.49% | - |
| HSV(B) | 304.43º | 0.65% | 0.73% | - |
| XYZ | 30.42 | 17.56 | 43.91 | - |
| YUV | 114.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 178 | 0 | 0.65 | 0.05 | 0.27 | 304.43 | 0.48 | 0.49 |
| Hex | BB | 41 | B2 | 0 | 41 | 5 | 1B | 130 | 30 | 31 |
| Octal | 273 | 101 | 262 | 0 | 101 | 5 | 33 | 460 | 60 | 61 |
| Binary | 10111011 | 1000001 | 10110010 | 0 | 1000001 | 101 | 11011 | 100110000 | 110000 | 110001 |
Color Harmonies of #BB41B2
Complementary color
Monochromatic Colors of #BB41B2
Black with #BB41B2
Text Example
Text Example
White with #BB41B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41B2; }
p { color: rgb(187,65,178); }
H1.HeaderClassName
{
color: #BB41B2;
}
.AnyTagClassName
{
color: #BB41B2;
}
</style>
background-color css
<style>
a { background-color: #BB41B2; }
a { background-color: rgb(187,65,178); }
div.DivClassName
{
background-color: #BB41B2;
}
.BgClassName
{
background-color: #BB41B2;
}
</style>
border-color css
<style>
span { border-color: #BB41B2; }
span { border-color: rgb(187,65,178); }
td.TdClassName
{
border-color: #BB41B2;
}
.TagClassName
{
border-color: #BB41B2;
}
</style>