Shades of Fuchsia #BE5BBA
Tints of Fuchsia #BE5BBA
RGB
CMYK
RGB Variations
Color information
#BE5BBA (or 0xBE5BBA) is known color: Fuchsia. HEX triplet: BE, 5B and BA. RGB value is (190,91,186). Sum of RGB (Red+Green+Blue) = 190+91+186=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BBA is #41A445. Grayscale: #838383. Windows color (decimal): -4301894 or 12213182. OLE color: 12213182.
HSL color Cylindrical-coordinate representation of color #BE5BBA: hue angle of 302.42º 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 #BE5BBA is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 91 | 186 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.25 |
| HSL | 302.42º | 0.43% | 0.55% | - |
| HSV(B) | 302.42º | 0.52% | 0.75% | - |
| XYZ | 33.84 | 21.97 | 48.91 | - |
| YUV | 131.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 186 | 0 | 0.52 | 0.02 | 0.25 | 302.42 | 0.43 | 0.55 |
| Hex | BE | 5B | BA | 0 | 34 | 2 | 19 | 12E | 2B | 37 |
| Octal | 276 | 133 | 272 | 0 | 64 | 2 | 31 | 456 | 53 | 67 |
| Binary | 10111110 | 1011011 | 10111010 | 0 | 110100 | 10 | 11001 | 100101110 | 101011 | 110111 |
Color Harmonies of #BE5BBA
Complementary color
Monochromatic Colors of #BE5BBA
Black with #BE5BBA
Text Example
Text Example
White with #BE5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BBA; }
p { color: rgb(190,91,186); }
H1.HeaderClassName
{
color: #BE5BBA;
}
.AnyTagClassName
{
color: #BE5BBA;
}
</style>
background-color css
<style>
a { background-color: #BE5BBA; }
a { background-color: rgb(190,91,186); }
div.DivClassName
{
background-color: #BE5BBA;
}
.BgClassName
{
background-color: #BE5BBA;
}
</style>
border-color css
<style>
span { border-color: #BE5BBA; }
span { border-color: rgb(190,91,186); }
td.TdClassName
{
border-color: #BE5BBA;
}
.TagClassName
{
border-color: #BE5BBA;
}
</style>