Shades of Fuchsia #BE42CA
Tints of Fuchsia #BE42CA
RGB
CMYK
RGB Variations
Color information
#BE42CA (or 0xBE42CA) is known color: Fuchsia. HEX triplet: BE, 42 and CA. RGB value is (190,66,202). Sum of RGB (Red+Green+Blue) = 190+66+202=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42CA is #41BD35. Grayscale: #767676. Windows color (decimal): -4308278 or 13255358. OLE color: 13255358.
HSL color Cylindrical-coordinate representation of color #BE42CA: hue angle of 294.71º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE42CA is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 66 | 202 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.21 |
| HSL | 294.71º | 0.56% | 0.53% | - |
| HSV(B) | 294.71º | 0.67% | 0.79% | - |
| XYZ | 33.84 | 19.11 | 57.78 | - |
| YUV | 118.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 202 | 0.06 | 0.67 | 0 | 0.21 | 294.71 | 0.56 | 0.53 |
| Hex | BE | 42 | CA | 6 | 43 | 0 | 15 | 127 | 38 | 35 |
| Octal | 276 | 102 | 312 | 6 | 103 | 0 | 25 | 447 | 70 | 65 |
| Binary | 10111110 | 1000010 | 11001010 | 110 | 1000011 | 0 | 10101 | 100100111 | 111000 | 110101 |
Color Harmonies of #BE42CA
Complementary color
Monochromatic Colors of #BE42CA
Black with #BE42CA
Text Example
Text Example
White with #BE42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42CA; }
p { color: rgb(190,66,202); }
H1.HeaderClassName
{
color: #BE42CA;
}
.AnyTagClassName
{
color: #BE42CA;
}
</style>
background-color css
<style>
a { background-color: #BE42CA; }
a { background-color: rgb(190,66,202); }
div.DivClassName
{
background-color: #BE42CA;
}
.BgClassName
{
background-color: #BE42CA;
}
</style>
border-color css
<style>
span { border-color: #BE42CA; }
span { border-color: rgb(190,66,202); }
td.TdClassName
{
border-color: #BE42CA;
}
.TagClassName
{
border-color: #BE42CA;
}
</style>