Shades of Fuchsia #BE5EBE
Tints of Fuchsia #BE5EBE
RGB
CMYK
RGB Variations
Color information
#BE5EBE (or 0xBE5EBE) is known color: Fuchsia. HEX triplet: BE, 5E and BE. RGB value is (190,94,190). Sum of RGB (Red+Green+Blue) = 190+94+190=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE5EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EBE is #41A141. Grayscale: #858585. Windows color (decimal): -4301122 or 12476094. OLE color: 12476094.
HSL color Cylindrical-coordinate representation of color #BE5EBE: hue angle of 300º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5EBE is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 94 | 190 | - |
CMYK | 0 | 0.51 | 0 | 0.25 |
HSL | 300º | 0.42% | 0.56% | - |
HSV(B) | 300º | 0.51% | 0.75% | - |
XYZ | 34.53 | 22.67 | 51.27 | - |
YUV | 133.65 | 159.8 | 168.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 94 | 190 | 0 | 0.51 | 0 | 0.25 | 300 | 0.42 | 0.56 |
Hex | BE | 5E | BE | 0 | 33 | 0 | 19 | 12C | 2A | 38 |
Octal | 276 | 136 | 276 | 0 | 63 | 0 | 31 | 454 | 52 | 70 |
Binary | 10111110 | 1011110 | 10111110 | 0 | 110011 | 0 | 11001 | 100101100 | 101010 | 111000 |
Color Harmonies of #BE5EBE
Complementary color
Monochromatic Colors of #BE5EBE
Black with #BE5EBE
Text Example
Text Example
White with #BE5EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5EBE; }
p { color: rgb(190,94,190); }
H1.HeaderClassName
{
color: #BE5EBE;
}
.AnyTagClassName
{
color: #BE5EBE;
}
</style>
background-color css
<style>
a { background-color: #BE5EBE; }
a { background-color: rgb(190,94,190); }
div.DivClassName
{
background-color: #BE5EBE;
}
.BgClassName
{
background-color: #BE5EBE;
}
</style>
border-color css
<style>
span { border-color: #BE5EBE; }
span { border-color: rgb(190,94,190); }
td.TdClassName
{
border-color: #BE5EBE;
}
.TagClassName
{
border-color: #BE5EBE;
}
</style>