Shades of Fuchsia #BE3EC9
Tints of Fuchsia #BE3EC9
RGB
CMYK
RGB Variations
Color information
#BE3EC9 (or 0xBE3EC9) is known color: Fuchsia. HEX triplet: BE, 3E and C9. RGB value is (190,62,201). Sum of RGB (Red+Green+Blue) = 190+62+201=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE3EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3EC9 is #41C136. Grayscale: #737373. Windows color (decimal): -4309303 or 13188798. OLE color: 13188798.
HSL color Cylindrical-coordinate representation of color #BE3EC9: hue angle of 295.25º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3EC9 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 62 | 201 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.21 |
| HSL | 295.25º | 0.56% | 0.52% | - |
| HSV(B) | 295.25º | 0.69% | 0.79% | - |
| XYZ | 33.5 | 18.61 | 57.08 | - |
| YUV | 116.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 201 | 0.05 | 0.69 | 0 | 0.21 | 295.25 | 0.56 | 0.52 |
| Hex | BE | 3E | C9 | 5 | 45 | 0 | 15 | 127 | 38 | 34 |
| Octal | 276 | 76 | 311 | 5 | 105 | 0 | 25 | 447 | 70 | 64 |
| Binary | 10111110 | 111110 | 11001001 | 101 | 1000101 | 0 | 10101 | 100100111 | 111000 | 110100 |
Color Harmonies of #BE3EC9
Complementary color
Monochromatic Colors of #BE3EC9
Black with #BE3EC9
Text Example
Text Example
White with #BE3EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3EC9; }
p { color: rgb(190,62,201); }
H1.HeaderClassName
{
color: #BE3EC9;
}
.AnyTagClassName
{
color: #BE3EC9;
}
</style>
background-color css
<style>
a { background-color: #BE3EC9; }
a { background-color: rgb(190,62,201); }
div.DivClassName
{
background-color: #BE3EC9;
}
.BgClassName
{
background-color: #BE3EC9;
}
</style>
border-color css
<style>
span { border-color: #BE3EC9; }
span { border-color: rgb(190,62,201); }
td.TdClassName
{
border-color: #BE3EC9;
}
.TagClassName
{
border-color: #BE3EC9;
}
</style>