Shades of Fuchsia #BB35C1
Tints of Fuchsia #BB35C1
RGB
CMYK
RGB Variations
Color information
#BB35C1 (or 0xBB35C1) is known color: Fuchsia. HEX triplet: BB, 35 and C1. RGB value is (187,53,193). Sum of RGB (Red+Green+Blue) = 187+53+193=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB35C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35C1 is #44CA3E. Grayscale: #6C6C6C. Windows color (decimal): -4508223 or 12662203. OLE color: 12662203.
HSL color Cylindrical-coordinate representation of color #BB35C1: hue angle of 297.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB35C1 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 53 | 193 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.24 |
| HSL | 297.43º | 0.57% | 0.48% | - |
| HSV(B) | 297.43º | 0.73% | 0.76% | - |
| XYZ | 31.39 | 16.96 | 52.07 | - |
| YUV | 109.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 193 | 0.03 | 0.73 | 0 | 0.24 | 297.43 | 0.57 | 0.48 |
| Hex | BB | 35 | C1 | 3 | 49 | 0 | 18 | 129 | 39 | 30 |
| Octal | 273 | 65 | 301 | 3 | 111 | 0 | 30 | 451 | 71 | 60 |
| Binary | 10111011 | 110101 | 11000001 | 11 | 1001001 | 0 | 11000 | 100101001 | 111001 | 110000 |
Color Harmonies of #BB35C1
Complementary color
Monochromatic Colors of #BB35C1
Black with #BB35C1
Text Example
Text Example
White with #BB35C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB35C1; }
p { color: rgb(187,53,193); }
H1.HeaderClassName
{
color: #BB35C1;
}
.AnyTagClassName
{
color: #BB35C1;
}
</style>
background-color css
<style>
a { background-color: #BB35C1; }
a { background-color: rgb(187,53,193); }
div.DivClassName
{
background-color: #BB35C1;
}
.BgClassName
{
background-color: #BB35C1;
}
</style>
border-color css
<style>
span { border-color: #BB35C1; }
span { border-color: rgb(187,53,193); }
td.TdClassName
{
border-color: #BB35C1;
}
.TagClassName
{
border-color: #BB35C1;
}
</style>