Shades of Fuchsia #BB36AC
Tints of Fuchsia #BB36AC
RGB
CMYK
RGB Variations
Color information
#BB36AC (or 0xBB36AC) is known color: Fuchsia. HEX triplet: BB, 36 and AC. RGB value is (187,54,172). Sum of RGB (Red+Green+Blue) = 187+54+172=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB36AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB36AC is #44C953. Grayscale: #6A6A6A. Windows color (decimal): -4507988 or 11286203. OLE color: 11286203.
HSL color Cylindrical-coordinate representation of color #BB36AC: hue angle of 306.77º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB36AC is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 172 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.27 |
| HSL | 306.77º | 0.55% | 0.47% | - |
| HSV(B) | 306.77º | 0.71% | 0.73% | - |
| XYZ | 29.26 | 16.18 | 40.61 | - |
| YUV | 107.22 | 164.56 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 172 | 0 | 0.71 | 0.08 | 0.27 | 306.77 | 0.55 | 0.47 |
| Hex | BB | 36 | AC | 0 | 47 | 8 | 1B | 133 | 37 | 2F |
| Octal | 273 | 66 | 254 | 0 | 107 | 10 | 33 | 463 | 67 | 57 |
| Binary | 10111011 | 110110 | 10101100 | 0 | 1000111 | 1000 | 11011 | 100110011 | 110111 | 101111 |
Color Harmonies of #BB36AC
Complementary color
Monochromatic Colors of #BB36AC
Black with #BB36AC
Text Example
Text Example
White with #BB36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB36AC; }
p { color: rgb(187,54,172); }
H1.HeaderClassName
{
color: #BB36AC;
}
.AnyTagClassName
{
color: #BB36AC;
}
</style>
background-color css
<style>
a { background-color: #BB36AC; }
a { background-color: rgb(187,54,172); }
div.DivClassName
{
background-color: #BB36AC;
}
.BgClassName
{
background-color: #BB36AC;
}
</style>
border-color css
<style>
span { border-color: #BB36AC; }
span { border-color: rgb(187,54,172); }
td.TdClassName
{
border-color: #BB36AC;
}
.TagClassName
{
border-color: #BB36AC;
}
</style>