Shades of Fuchsia #BB32CA
Tints of Fuchsia #BB32CA
RGB
CMYK
RGB Variations
Color information
#BB32CA (or 0xBB32CA) is known color: Fuchsia. HEX triplet: BB, 32 and CA. RGB value is (187,50,202). Sum of RGB (Red+Green+Blue) = 187+50+202=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB32CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32CA is #44CD35. Grayscale: #6B6B6B. Windows color (decimal): -4508982 or 13251259. OLE color: 13251259.
HSL color Cylindrical-coordinate representation of color #BB32CA: hue angle of 294.08º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB32CA is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 50 | 202 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.21 |
| HSL | 294.08º | 0.6% | 0.49% | - |
| HSV(B) | 294.08º | 0.75% | 0.79% | - |
| XYZ | 32.29 | 17.11 | 57.48 | - |
| YUV | 108.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 202 | 0.07 | 0.75 | 0 | 0.21 | 294.08 | 0.6 | 0.49 |
| Hex | BB | 32 | CA | 7 | 4B | 0 | 15 | 126 | 3C | 31 |
| Octal | 273 | 62 | 312 | 7 | 113 | 0 | 25 | 446 | 74 | 61 |
| Binary | 10111011 | 110010 | 11001010 | 111 | 1001011 | 0 | 10101 | 100100110 | 111100 | 110001 |
Color Harmonies of #BB32CA
Complementary color
Monochromatic Colors of #BB32CA
Black with #BB32CA
Text Example
Text Example
White with #BB32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32CA; }
p { color: rgb(187,50,202); }
H1.HeaderClassName
{
color: #BB32CA;
}
.AnyTagClassName
{
color: #BB32CA;
}
</style>
background-color css
<style>
a { background-color: #BB32CA; }
a { background-color: rgb(187,50,202); }
div.DivClassName
{
background-color: #BB32CA;
}
.BgClassName
{
background-color: #BB32CA;
}
</style>
border-color css
<style>
span { border-color: #BB32CA; }
span { border-color: rgb(187,50,202); }
td.TdClassName
{
border-color: #BB32CA;
}
.TagClassName
{
border-color: #BB32CA;
}
</style>