Shades of Fuchsia #BE4BA8
Tints of Fuchsia #BE4BA8
RGB
CMYK
RGB Variations
Color information
#BE4BA8 (or 0xBE4BA8) is known color: Fuchsia. HEX triplet: BE, 4B and A8. RGB value is (190,75,168). Sum of RGB (Red+Green+Blue) = 190+75+168=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4BA8 is #41B457. Grayscale: #777777. Windows color (decimal): -4306008 or 11029438. OLE color: 11029438.
HSL color Cylindrical-coordinate representation of color #BE4BA8: hue angle of 311.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4BA8 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 168 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.25 |
| HSL | 311.48º | 0.47% | 0.52% | - |
| HSV(B) | 311.48º | 0.61% | 0.75% | - |
| XYZ | 30.82 | 18.81 | 39.05 | - |
| YUV | 119.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 168 | 0 | 0.61 | 0.12 | 0.25 | 311.48 | 0.47 | 0.52 |
| Hex | BE | 4B | A8 | 0 | 3D | C | 19 | 137 | 2F | 34 |
| Octal | 276 | 113 | 250 | 0 | 75 | 14 | 31 | 467 | 57 | 64 |
| Binary | 10111110 | 1001011 | 10101000 | 0 | 111101 | 1100 | 11001 | 100110111 | 101111 | 110100 |
Color Harmonies of #BE4BA8
Complementary color
Monochromatic Colors of #BE4BA8
Black with #BE4BA8
Text Example
Text Example
White with #BE4BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4BA8; }
p { color: rgb(190,75,168); }
H1.HeaderClassName
{
color: #BE4BA8;
}
.AnyTagClassName
{
color: #BE4BA8;
}
</style>
background-color css
<style>
a { background-color: #BE4BA8; }
a { background-color: rgb(190,75,168); }
div.DivClassName
{
background-color: #BE4BA8;
}
.BgClassName
{
background-color: #BE4BA8;
}
</style>
border-color css
<style>
span { border-color: #BE4BA8; }
span { border-color: rgb(190,75,168); }
td.TdClassName
{
border-color: #BE4BA8;
}
.TagClassName
{
border-color: #BE4BA8;
}
</style>