Shades of Fuchsia #BE34CA
Tints of Fuchsia #BE34CA
RGB
CMYK
RGB Variations
Color information
#BE34CA (or 0xBE34CA) is known color: Fuchsia. HEX triplet: BE, 34 and CA. RGB value is (190,52,202). Sum of RGB (Red+Green+Blue) = 190+52+202=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE34CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34CA is #41CB35. Grayscale: #6D6D6D. Windows color (decimal): -4311862 or 13251774. OLE color: 13251774.
HSL color Cylindrical-coordinate representation of color #BE34CA: hue angle of 295.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE34CA is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 52 | 202 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.21 |
| HSL | 295.2º | 0.59% | 0.5% | - |
| HSV(B) | 295.2º | 0.74% | 0.79% | - |
| XYZ | 33.12 | 17.67 | 57.54 | - |
| YUV | 110.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 202 | 0.06 | 0.74 | 0 | 0.21 | 295.2 | 0.59 | 0.5 |
| Hex | BE | 34 | CA | 6 | 4A | 0 | 15 | 127 | 3B | 32 |
| Octal | 276 | 64 | 312 | 6 | 112 | 0 | 25 | 447 | 73 | 62 |
| Binary | 10111110 | 110100 | 11001010 | 110 | 1001010 | 0 | 10101 | 100100111 | 111011 | 110010 |
Color Harmonies of #BE34CA
Complementary color
Monochromatic Colors of #BE34CA
Black with #BE34CA
Text Example
Text Example
White with #BE34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34CA; }
p { color: rgb(190,52,202); }
H1.HeaderClassName
{
color: #BE34CA;
}
.AnyTagClassName
{
color: #BE34CA;
}
</style>
background-color css
<style>
a { background-color: #BE34CA; }
a { background-color: rgb(190,52,202); }
div.DivClassName
{
background-color: #BE34CA;
}
.BgClassName
{
background-color: #BE34CA;
}
</style>
border-color css
<style>
span { border-color: #BE34CA; }
span { border-color: rgb(190,52,202); }
td.TdClassName
{
border-color: #BE34CA;
}
.TagClassName
{
border-color: #BE34CA;
}
</style>