Shades of Fuchsia #BF32CB
Tints of Fuchsia #BF32CB
RGB
CMYK
RGB Variations
Color information
#BF32CB (or 0xBF32CB) is known color: Fuchsia. HEX triplet: BF, 32 and CB. RGB value is (191,50,203). Sum of RGB (Red+Green+Blue) = 191+50+203=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF32CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32CB is #40CD34. Grayscale: #6D6D6D. Windows color (decimal): -4246837 or 13316799. OLE color: 13316799.
HSL color Cylindrical-coordinate representation of color #BF32CB: hue angle of 295.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF32CB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 50 | 203 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.20 |
| HSL | 295.29º | 0.6% | 0.5% | - |
| HSV(B) | 295.29º | 0.75% | 0.8% | - |
| XYZ | 33.41 | 17.67 | 58.15 | - |
| YUV | 109.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 203 | 0.06 | 0.75 | 0 | 0.20 | 295.29 | 0.6 | 0.5 |
| Hex | BF | 32 | CB | 6 | 4B | 0 | 14 | 127 | 3C | 32 |
| Octal | 277 | 62 | 313 | 6 | 113 | 0 | 24 | 447 | 74 | 62 |
| Binary | 10111111 | 110010 | 11001011 | 110 | 1001011 | 0 | 10100 | 100100111 | 111100 | 110010 |
Color Harmonies of #BF32CB
Complementary color
Monochromatic Colors of #BF32CB
Black with #BF32CB
Text Example
Text Example
White with #BF32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32CB; }
p { color: rgb(191,50,203); }
H1.HeaderClassName
{
color: #BF32CB;
}
.AnyTagClassName
{
color: #BF32CB;
}
</style>
background-color css
<style>
a { background-color: #BF32CB; }
a { background-color: rgb(191,50,203); }
div.DivClassName
{
background-color: #BF32CB;
}
.BgClassName
{
background-color: #BF32CB;
}
</style>
border-color css
<style>
span { border-color: #BF32CB; }
span { border-color: rgb(191,50,203); }
td.TdClassName
{
border-color: #BF32CB;
}
.TagClassName
{
border-color: #BF32CB;
}
</style>