Shades of Fuchsia #BE32BE
Tints of Fuchsia #BE32BE
RGB
CMYK
RGB Variations
Color information
#BE32BE (or 0xBE32BE) is known color: Fuchsia. HEX triplet: BE, 32 and BE. RGB value is (190,50,190). Sum of RGB (Red+Green+Blue) = 190+50+190=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE32BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32BE is #41CD41. Grayscale: #6B6B6B. Windows color (decimal): -4312386 or 12464830. OLE color: 12464830.
HSL color Cylindrical-coordinate representation of color #BE32BE: hue angle of 300º 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 #BE32BE is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 190 | - |
| CMYK | 0 | 0.74 | 0 | 0.25 |
| HSL | 300º | 0.58% | 0.47% | - |
| HSV(B) | 300º | 0.74% | 0.75% | - |
| XYZ | 31.67 | 16.95 | 50.32 | - |
| YUV | 107.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 190 | 0 | 0.74 | 0 | 0.25 | 300 | 0.58 | 0.47 |
| Hex | BE | 32 | BE | 0 | 4A | 0 | 19 | 12C | 3A | 2F |
| Octal | 276 | 62 | 276 | 0 | 112 | 0 | 31 | 454 | 72 | 57 |
| Binary | 10111110 | 110010 | 10111110 | 0 | 1001010 | 0 | 11001 | 100101100 | 111010 | 101111 |
Color Harmonies of #BE32BE
Complementary color
Monochromatic Colors of #BE32BE
Black with #BE32BE
Text Example
Text Example
White with #BE32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32BE; }
p { color: rgb(190,50,190); }
H1.HeaderClassName
{
color: #BE32BE;
}
.AnyTagClassName
{
color: #BE32BE;
}
</style>
background-color css
<style>
a { background-color: #BE32BE; }
a { background-color: rgb(190,50,190); }
div.DivClassName
{
background-color: #BE32BE;
}
.BgClassName
{
background-color: #BE32BE;
}
</style>
border-color css
<style>
span { border-color: #BE32BE; }
span { border-color: rgb(190,50,190); }
td.TdClassName
{
border-color: #BE32BE;
}
.TagClassName
{
border-color: #BE32BE;
}
</style>