Shades of Fuchsia #BF32CC
Tints of Fuchsia #BF32CC
RGB
CMYK
RGB Variations
Color information
#BF32CC (or 0xBF32CC) is known color: Fuchsia. HEX triplet: BF, 32 and CC. RGB value is (191,50,204). Sum of RGB (Red+Green+Blue) = 191+50+204=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32CC is #40CD33. Grayscale: #6D6D6D. Windows color (decimal): -4246836 or 13382335. OLE color: 13382335.
HSL color Cylindrical-coordinate representation of color #BF32CC: hue angle of 294.94º degrees, saturation: 0.61, 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 #BF32CC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 50 | 204 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.2 |
| HSL | 294.94º | 0.61% | 0.5% | - |
| HSV(B) | 294.94º | 0.75% | 0.8% | - |
| XYZ | 33.53 | 17.72 | 58.78 | - |
| YUV | 109.72 | 181.21 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 204 | 0.06 | 0.75 | 0 | 0.2 | 294.94 | 0.61 | 0.5 |
| Hex | BF | 32 | CC | 6 | 4B | 0 | 14 | 127 | 3D | 32 |
| Octal | 277 | 62 | 314 | 6 | 113 | 0 | 24 | 447 | 75 | 62 |
| Binary | 10111111 | 110010 | 11001100 | 110 | 1001011 | 0 | 10100 | 100100111 | 111101 | 110010 |
Color Harmonies of #BF32CC
Complementary color
Monochromatic Colors of #BF32CC
Black with #BF32CC
Text Example
Text Example
White with #BF32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32CC; }
p { color: rgb(191,50,204); }
H1.HeaderClassName
{
color: #BF32CC;
}
.AnyTagClassName
{
color: #BF32CC;
}
</style>
background-color css
<style>
a { background-color: #BF32CC; }
a { background-color: rgb(191,50,204); }
div.DivClassName
{
background-color: #BF32CC;
}
.BgClassName
{
background-color: #BF32CC;
}
</style>
border-color css
<style>
span { border-color: #BF32CC; }
span { border-color: rgb(191,50,204); }
td.TdClassName
{
border-color: #BF32CC;
}
.TagClassName
{
border-color: #BF32CC;
}
</style>