Shades of Fuchsia #BE45A8
Tints of Fuchsia #BE45A8
RGB
CMYK
RGB Variations
Color information
#BE45A8 (or 0xBE45A8) is known color: Fuchsia. HEX triplet: BE, 45 and A8. RGB value is (190,69,168). Sum of RGB (Red+Green+Blue) = 190+69+168=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45A8 is #41BA57. Grayscale: #747474. Windows color (decimal): -4307544 or 11027902. OLE color: 11027902.
HSL color Cylindrical-coordinate representation of color #BE45A8: hue angle of 310.91º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE45A8 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 168 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.25 |
| HSL | 310.91º | 0.48% | 0.51% | - |
| HSV(B) | 310.91º | 0.64% | 0.75% | - |
| XYZ | 30.43 | 18.03 | 38.92 | - |
| YUV | 116.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 168 | 0 | 0.64 | 0.12 | 0.25 | 310.91 | 0.48 | 0.51 |
| Hex | BE | 45 | A8 | 0 | 40 | C | 19 | 137 | 30 | 33 |
| Octal | 276 | 105 | 250 | 0 | 100 | 14 | 31 | 467 | 60 | 63 |
| Binary | 10111110 | 1000101 | 10101000 | 0 | 1000000 | 1100 | 11001 | 100110111 | 110000 | 110011 |
Color Harmonies of #BE45A8
Complementary color
Monochromatic Colors of #BE45A8
Black with #BE45A8
Text Example
Text Example
White with #BE45A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE45A8; }
p { color: rgb(190,69,168); }
H1.HeaderClassName
{
color: #BE45A8;
}
.AnyTagClassName
{
color: #BE45A8;
}
</style>
background-color css
<style>
a { background-color: #BE45A8; }
a { background-color: rgb(190,69,168); }
div.DivClassName
{
background-color: #BE45A8;
}
.BgClassName
{
background-color: #BE45A8;
}
</style>
border-color css
<style>
span { border-color: #BE45A8; }
span { border-color: rgb(190,69,168); }
td.TdClassName
{
border-color: #BE45A8;
}
.TagClassName
{
border-color: #BE45A8;
}
</style>