Shades of Fuchsia #BE33BA
Tints of Fuchsia #BE33BA
RGB
CMYK
RGB Variations
Color information
#BE33BA (or 0xBE33BA) is known color: Fuchsia. HEX triplet: BE, 33 and BA. RGB value is (190,51,186). Sum of RGB (Red+Green+Blue) = 190+51+186=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33BA is #41CC45. Grayscale: #6B6B6B. Windows color (decimal): -4312134 or 12202942. OLE color: 12202942.
HSL color Cylindrical-coordinate representation of color #BE33BA: hue angle of 301.73º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE33BA is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 51 | 186 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.25 |
| HSL | 301.73º | 0.58% | 0.47% | - |
| HSV(B) | 301.73º | 0.73% | 0.75% | - |
| XYZ | 31.28 | 16.86 | 48.06 | - |
| YUV | 107.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 186 | 0 | 0.73 | 0.02 | 0.25 | 301.73 | 0.58 | 0.47 |
| Hex | BE | 33 | BA | 0 | 49 | 2 | 19 | 12E | 3A | 2F |
| Octal | 276 | 63 | 272 | 0 | 111 | 2 | 31 | 456 | 72 | 57 |
| Binary | 10111110 | 110011 | 10111010 | 0 | 1001001 | 10 | 11001 | 100101110 | 111010 | 101111 |
Color Harmonies of #BE33BA
Complementary color
Monochromatic Colors of #BE33BA
Black with #BE33BA
Text Example
Text Example
White with #BE33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE33BA; }
p { color: rgb(190,51,186); }
H1.HeaderClassName
{
color: #BE33BA;
}
.AnyTagClassName
{
color: #BE33BA;
}
</style>
background-color css
<style>
a { background-color: #BE33BA; }
a { background-color: rgb(190,51,186); }
div.DivClassName
{
background-color: #BE33BA;
}
.BgClassName
{
background-color: #BE33BA;
}
</style>
border-color css
<style>
span { border-color: #BE33BA; }
span { border-color: rgb(190,51,186); }
td.TdClassName
{
border-color: #BE33BA;
}
.TagClassName
{
border-color: #BE33BA;
}
</style>