Shades of Fuchsia #BE32C1
Tints of Fuchsia #BE32C1
RGB
CMYK
RGB Variations
Color information
#BE32C1 (or 0xBE32C1) is known color: Fuchsia. HEX triplet: BE, 32 and C1. RGB value is (190,50,193). Sum of RGB (Red+Green+Blue) = 190+50+193=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 50 (19.92% from 255 or 11.55% 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 #BE32C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32C1 is #41CD3E. Grayscale: #6B6B6B. Windows color (decimal): -4312383 or 12661438. OLE color: 12661438.
HSL color Cylindrical-coordinate representation of color #BE32C1: hue angle of 298.74º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE32C1 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 50 | 193 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.24 |
| HSL | 298.74º | 0.59% | 0.48% | - |
| HSV(B) | 298.74º | 0.74% | 0.76% | - |
| XYZ | 32 | 17.08 | 52.06 | - |
| YUV | 108.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 193 | 0.02 | 0.74 | 0 | 0.24 | 298.74 | 0.59 | 0.48 |
| Hex | BE | 32 | C1 | 2 | 4A | 0 | 18 | 12B | 3B | 30 |
| Octal | 276 | 62 | 301 | 2 | 112 | 0 | 30 | 453 | 73 | 60 |
| Binary | 10111110 | 110010 | 11000001 | 10 | 1001010 | 0 | 11000 | 100101011 | 111011 | 110000 |
Color Harmonies of #BE32C1
Complementary color
Monochromatic Colors of #BE32C1
Black with #BE32C1
Text Example
Text Example
White with #BE32C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32C1; }
p { color: rgb(190,50,193); }
H1.HeaderClassName
{
color: #BE32C1;
}
.AnyTagClassName
{
color: #BE32C1;
}
</style>
background-color css
<style>
a { background-color: #BE32C1; }
a { background-color: rgb(190,50,193); }
div.DivClassName
{
background-color: #BE32C1;
}
.BgClassName
{
background-color: #BE32C1;
}
</style>
border-color css
<style>
span { border-color: #BE32C1; }
span { border-color: rgb(190,50,193); }
td.TdClassName
{
border-color: #BE32C1;
}
.TagClassName
{
border-color: #BE32C1;
}
</style>