Shades of Fuchsia #BE5CB0
Tints of Fuchsia #BE5CB0
RGB
CMYK
RGB Variations
Color information
#BE5CB0 (or 0xBE5CB0) is known color: Fuchsia. HEX triplet: BE, 5C and B0. RGB value is (190,92,176). Sum of RGB (Red+Green+Blue) = 190+92+176=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5CB0 is #41A34F. Grayscale: #828282. Windows color (decimal): -4301648 or 11558078. OLE color: 11558078.
HSL color Cylindrical-coordinate representation of color #BE5CB0: hue angle of 308.57º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5CB0 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 176 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.25 |
| HSL | 308.57º | 0.43% | 0.55% | - |
| HSV(B) | 308.57º | 0.52% | 0.75% | - |
| XYZ | 32.9 | 21.74 | 43.54 | - |
| YUV | 130.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 176 | 0 | 0.52 | 0.07 | 0.25 | 308.57 | 0.43 | 0.55 |
| Hex | BE | 5C | B0 | 0 | 34 | 7 | 19 | 135 | 2B | 37 |
| Octal | 276 | 134 | 260 | 0 | 64 | 7 | 31 | 465 | 53 | 67 |
| Binary | 10111110 | 1011100 | 10110000 | 0 | 110100 | 111 | 11001 | 100110101 | 101011 | 110111 |
Color Harmonies of #BE5CB0
Complementary color
Monochromatic Colors of #BE5CB0
Black with #BE5CB0
Text Example
Text Example
White with #BE5CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5CB0; }
p { color: rgb(190,92,176); }
H1.HeaderClassName
{
color: #BE5CB0;
}
.AnyTagClassName
{
color: #BE5CB0;
}
</style>
background-color css
<style>
a { background-color: #BE5CB0; }
a { background-color: rgb(190,92,176); }
div.DivClassName
{
background-color: #BE5CB0;
}
.BgClassName
{
background-color: #BE5CB0;
}
</style>
border-color css
<style>
span { border-color: #BE5CB0; }
span { border-color: rgb(190,92,176); }
td.TdClassName
{
border-color: #BE5CB0;
}
.TagClassName
{
border-color: #BE5CB0;
}
</style>