Shades of Fuchsia #BE5BB7
Tints of Fuchsia #BE5BB7
RGB
CMYK
RGB Variations
Color information
#BE5BB7 (or 0xBE5BB7) is known color: Fuchsia. HEX triplet: BE, 5B and B7. RGB value is (190,91,183). Sum of RGB (Red+Green+Blue) = 190+91+183=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BB7 is #41A448. Grayscale: #828282. Windows color (decimal): -4301897 or 12016574. OLE color: 12016574.
HSL color Cylindrical-coordinate representation of color #BE5BB7: hue angle of 304.24º 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 #BE5BB7 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 91 | 183 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.25 |
| HSL | 304.24º | 0.43% | 0.55% | - |
| HSV(B) | 304.24º | 0.52% | 0.75% | - |
| XYZ | 33.52 | 21.85 | 47.25 | - |
| YUV | 131.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 183 | 0 | 0.52 | 0.04 | 0.25 | 304.24 | 0.43 | 0.55 |
| Hex | BE | 5B | B7 | 0 | 34 | 4 | 19 | 130 | 2B | 37 |
| Octal | 276 | 133 | 267 | 0 | 64 | 4 | 31 | 460 | 53 | 67 |
| Binary | 10111110 | 1011011 | 10110111 | 0 | 110100 | 100 | 11001 | 100110000 | 101011 | 110111 |
Color Harmonies of #BE5BB7
Complementary color
Monochromatic Colors of #BE5BB7
Black with #BE5BB7
Text Example
Text Example
White with #BE5BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BB7; }
p { color: rgb(190,91,183); }
H1.HeaderClassName
{
color: #BE5BB7;
}
.AnyTagClassName
{
color: #BE5BB7;
}
</style>
background-color css
<style>
a { background-color: #BE5BB7; }
a { background-color: rgb(190,91,183); }
div.DivClassName
{
background-color: #BE5BB7;
}
.BgClassName
{
background-color: #BE5BB7;
}
</style>
border-color css
<style>
span { border-color: #BE5BB7; }
span { border-color: rgb(190,91,183); }
td.TdClassName
{
border-color: #BE5BB7;
}
.TagClassName
{
border-color: #BE5BB7;
}
</style>