Shades of Fuchsia #BE58B4
Tints of Fuchsia #BE58B4
RGB
CMYK
RGB Variations
Color information
#BE58B4 (or 0xBE58B4) is known color: Fuchsia. HEX triplet: BE, 58 and B4. RGB value is (190,88,180). Sum of RGB (Red+Green+Blue) = 190+88+180=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE58B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58B4 is #41A74B. Grayscale: #808080. Windows color (decimal): -4302668 or 11819198. OLE color: 11819198.
HSL color Cylindrical-coordinate representation of color #BE58B4: hue angle of 305.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE58B4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 180 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.25 |
| HSL | 305.88º | 0.44% | 0.55% | - |
| HSV(B) | 305.88º | 0.54% | 0.75% | - |
| XYZ | 32.96 | 21.22 | 45.54 | - |
| YUV | 128.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 180 | 0 | 0.54 | 0.05 | 0.25 | 305.88 | 0.44 | 0.55 |
| Hex | BE | 58 | B4 | 0 | 36 | 5 | 19 | 132 | 2C | 37 |
| Octal | 276 | 130 | 264 | 0 | 66 | 5 | 31 | 462 | 54 | 67 |
| Binary | 10111110 | 1011000 | 10110100 | 0 | 110110 | 101 | 11001 | 100110010 | 101100 | 110111 |
Color Harmonies of #BE58B4
Complementary color
Monochromatic Colors of #BE58B4
Black with #BE58B4
Text Example
Text Example
White with #BE58B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE58B4; }
p { color: rgb(190,88,180); }
H1.HeaderClassName
{
color: #BE58B4;
}
.AnyTagClassName
{
color: #BE58B4;
}
</style>
background-color css
<style>
a { background-color: #BE58B4; }
a { background-color: rgb(190,88,180); }
div.DivClassName
{
background-color: #BE58B4;
}
.BgClassName
{
background-color: #BE58B4;
}
</style>
border-color css
<style>
span { border-color: #BE58B4; }
span { border-color: rgb(190,88,180); }
td.TdClassName
{
border-color: #BE58B4;
}
.TagClassName
{
border-color: #BE58B4;
}
</style>