Shades of Fuchsia #BE34BC
Tints of Fuchsia #BE34BC
RGB
CMYK
RGB Variations
Color information
#BE34BC (or 0xBE34BC) is known color: Fuchsia. HEX triplet: BE, 34 and BC. RGB value is (190,52,188). Sum of RGB (Red+Green+Blue) = 190+52+188=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE34BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34BC is #41CB43. Grayscale: #6C6C6C. Windows color (decimal): -4311876 or 12334270. OLE color: 12334270.
HSL color Cylindrical-coordinate representation of color #BE34BC: hue angle of 300.87º 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 #BE34BC is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 188 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.25 |
| HSL | 300.87º | 0.57% | 0.47% | - |
| HSV(B) | 300.87º | 0.73% | 0.75% | - |
| XYZ | 31.54 | 17.03 | 49.2 | - |
| YUV | 108.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 188 | 0 | 0.73 | 0.01 | 0.25 | 300.87 | 0.57 | 0.47 |
| Hex | BE | 34 | BC | 0 | 49 | 1 | 19 | 12D | 39 | 2F |
| Octal | 276 | 64 | 274 | 0 | 111 | 1 | 31 | 455 | 71 | 57 |
| Binary | 10111110 | 110100 | 10111100 | 0 | 1001001 | 1 | 11001 | 100101101 | 111001 | 101111 |
Color Harmonies of #BE34BC
Complementary color
Monochromatic Colors of #BE34BC
Black with #BE34BC
Text Example
Text Example
White with #BE34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34BC; }
p { color: rgb(190,52,188); }
H1.HeaderClassName
{
color: #BE34BC;
}
.AnyTagClassName
{
color: #BE34BC;
}
</style>
background-color css
<style>
a { background-color: #BE34BC; }
a { background-color: rgb(190,52,188); }
div.DivClassName
{
background-color: #BE34BC;
}
.BgClassName
{
background-color: #BE34BC;
}
</style>
border-color css
<style>
span { border-color: #BE34BC; }
span { border-color: rgb(190,52,188); }
td.TdClassName
{
border-color: #BE34BC;
}
.TagClassName
{
border-color: #BE34BC;
}
</style>