Shades of Fuchsia #BE32B0
Tints of Fuchsia #BE32B0
RGB
CMYK
RGB Variations
Color information
#BE32B0 (or 0xBE32B0) is known color: Fuchsia. HEX triplet: BE, 32 and B0. RGB value is (190,50,176). Sum of RGB (Red+Green+Blue) = 190+50+176=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32B0 is #41CD4F. Grayscale: #696969. Windows color (decimal): -4312400 or 11547326. OLE color: 11547326.
HSL color Cylindrical-coordinate representation of color #BE32B0: hue angle of 306º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE32B0 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 176 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.25 |
| HSL | 306º | 0.58% | 0.47% | - |
| HSV(B) | 306º | 0.74% | 0.75% | - |
| XYZ | 30.21 | 16.36 | 42.64 | - |
| YUV | 106.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 176 | 0 | 0.74 | 0.07 | 0.25 | 306 | 0.58 | 0.47 |
| Hex | BE | 32 | B0 | 0 | 4A | 7 | 19 | 132 | 3A | 2F |
| Octal | 276 | 62 | 260 | 0 | 112 | 7 | 31 | 462 | 72 | 57 |
| Binary | 10111110 | 110010 | 10110000 | 0 | 1001010 | 111 | 11001 | 100110010 | 111010 | 101111 |
Color Harmonies of #BE32B0
Complementary color
Monochromatic Colors of #BE32B0
Black with #BE32B0
Text Example
Text Example
White with #BE32B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32B0; }
p { color: rgb(190,50,176); }
H1.HeaderClassName
{
color: #BE32B0;
}
.AnyTagClassName
{
color: #BE32B0;
}
</style>
background-color css
<style>
a { background-color: #BE32B0; }
a { background-color: rgb(190,50,176); }
div.DivClassName
{
background-color: #BE32B0;
}
.BgClassName
{
background-color: #BE32B0;
}
</style>
border-color css
<style>
span { border-color: #BE32B0; }
span { border-color: rgb(190,50,176); }
td.TdClassName
{
border-color: #BE32B0;
}
.TagClassName
{
border-color: #BE32B0;
}
</style>