Shades of Fuchsia #BE34BD
Tints of Fuchsia #BE34BD
RGB
CMYK
RGB Variations
Color information
#BE34BD (or 0xBE34BD) is known color: Fuchsia. HEX triplet: BE, 34 and BD. RGB value is (190,52,189). Sum of RGB (Red+Green+Blue) = 190+52+189=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE34BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34BD is #41CB42. Grayscale: #6C6C6C. Windows color (decimal): -4311875 or 12399806. OLE color: 12399806.
HSL color Cylindrical-coordinate representation of color #BE34BD: hue angle of 300.43º degrees, saturation: 0.57, 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 #BE34BD is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 189 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.25 |
| HSL | 300.43º | 0.57% | 0.47% | - |
| HSV(B) | 300.43º | 0.73% | 0.75% | - |
| XYZ | 31.65 | 17.08 | 49.77 | - |
| YUV | 108.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 189 | 0 | 0.73 | 0.01 | 0.25 | 300.43 | 0.57 | 0.47 |
| Hex | BE | 34 | BD | 0 | 49 | 1 | 19 | 12C | 39 | 2F |
| Octal | 276 | 64 | 275 | 0 | 111 | 1 | 31 | 454 | 71 | 57 |
| Binary | 10111110 | 110100 | 10111101 | 0 | 1001001 | 1 | 11001 | 100101100 | 111001 | 101111 |
Color Harmonies of #BE34BD
Complementary color
Monochromatic Colors of #BE34BD
Black with #BE34BD
Text Example
Text Example
White with #BE34BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34BD; }
p { color: rgb(190,52,189); }
H1.HeaderClassName
{
color: #BE34BD;
}
.AnyTagClassName
{
color: #BE34BD;
}
</style>
background-color css
<style>
a { background-color: #BE34BD; }
a { background-color: rgb(190,52,189); }
div.DivClassName
{
background-color: #BE34BD;
}
.BgClassName
{
background-color: #BE34BD;
}
</style>
border-color css
<style>
span { border-color: #BE34BD; }
span { border-color: rgb(190,52,189); }
td.TdClassName
{
border-color: #BE34BD;
}
.TagClassName
{
border-color: #BE34BD;
}
</style>