Shades of Fuchsia #BB36BC
Tints of Fuchsia #BB36BC
RGB
CMYK
RGB Variations
Color information
#BB36BC (or 0xBB36BC) is known color: Fuchsia. HEX triplet: BB, 36 and BC. RGB value is (187,54,188). Sum of RGB (Red+Green+Blue) = 187+54+188=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB36BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36BC is #44C943. Grayscale: #6C6C6C. Windows color (decimal): -4507972 or 12334779. OLE color: 12334779.
HSL color Cylindrical-coordinate representation of color #BB36BC: hue angle of 299.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB36BC is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 54 | 188 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.26 |
| HSL | 299.55º | 0.55% | 0.47% | - |
| HSV(B) | 299.55º | 0.71% | 0.74% | - |
| XYZ | 30.89 | 16.83 | 49.2 | - |
| YUV | 109.04 | 172.56 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 188 | 0.01 | 0.71 | 0 | 0.26 | 299.55 | 0.55 | 0.47 |
| Hex | BB | 36 | BC | 1 | 47 | 0 | 1A | 12C | 37 | 2F |
| Octal | 273 | 66 | 274 | 1 | 107 | 0 | 32 | 454 | 67 | 57 |
| Binary | 10111011 | 110110 | 10111100 | 1 | 1000111 | 0 | 11010 | 100101100 | 110111 | 101111 |
Color Harmonies of #BB36BC
Complementary color
Monochromatic Colors of #BB36BC
Black with #BB36BC
Text Example
Text Example
White with #BB36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB36BC; }
p { color: rgb(187,54,188); }
H1.HeaderClassName
{
color: #BB36BC;
}
.AnyTagClassName
{
color: #BB36BC;
}
</style>
background-color css
<style>
a { background-color: #BB36BC; }
a { background-color: rgb(187,54,188); }
div.DivClassName
{
background-color: #BB36BC;
}
.BgClassName
{
background-color: #BB36BC;
}
</style>
border-color css
<style>
span { border-color: #BB36BC; }
span { border-color: rgb(187,54,188); }
td.TdClassName
{
border-color: #BB36BC;
}
.TagClassName
{
border-color: #BB36BC;
}
</style>