Shades of Fuchsia #BF32CA
Tints of Fuchsia #BF32CA
RGB
CMYK
RGB Variations
Color information
#BF32CA (or 0xBF32CA) is known color: Fuchsia. HEX triplet: BF, 32 and CA. RGB value is (191,50,202). Sum of RGB (Red+Green+Blue) = 191+50+202=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF32CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32CA is #40CD35. Grayscale: #6D6D6D. Windows color (decimal): -4246838 or 13251263. OLE color: 13251263.
HSL color Cylindrical-coordinate representation of color #BF32CA: hue angle of 295.66º 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 #BF32CA is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 50 | 202 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.21 |
| HSL | 295.66º | 0.6% | 0.49% | - |
| HSV(B) | 295.66º | 0.75% | 0.79% | - |
| XYZ | 33.29 | 17.62 | 57.52 | - |
| YUV | 109.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 202 | 0.05 | 0.75 | 0 | 0.21 | 295.66 | 0.6 | 0.49 |
| Hex | BF | 32 | CA | 5 | 4B | 0 | 15 | 128 | 3C | 31 |
| Octal | 277 | 62 | 312 | 5 | 113 | 0 | 25 | 450 | 74 | 61 |
| Binary | 10111111 | 110010 | 11001010 | 101 | 1001011 | 0 | 10101 | 100101000 | 111100 | 110001 |
Color Harmonies of #BF32CA
Complementary color
Monochromatic Colors of #BF32CA
Black with #BF32CA
Text Example
Text Example
White with #BF32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32CA; }
p { color: rgb(191,50,202); }
H1.HeaderClassName
{
color: #BF32CA;
}
.AnyTagClassName
{
color: #BF32CA;
}
</style>
background-color css
<style>
a { background-color: #BF32CA; }
a { background-color: rgb(191,50,202); }
div.DivClassName
{
background-color: #BF32CA;
}
.BgClassName
{
background-color: #BF32CA;
}
</style>
border-color css
<style>
span { border-color: #BF32CA; }
span { border-color: rgb(191,50,202); }
td.TdClassName
{
border-color: #BF32CA;
}
.TagClassName
{
border-color: #BF32CA;
}
</style>