Shades of Fuchsia #BE43B2
Tints of Fuchsia #BE43B2
RGB
CMYK
RGB Variations
Color information
#BE43B2 (or 0xBE43B2) is known color: Fuchsia. HEX triplet: BE, 43 and B2. RGB value is (190,67,178). Sum of RGB (Red+Green+Blue) = 190+67+178=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE43B2 is #41BC4D. Grayscale: #747474. Windows color (decimal): -4308046 or 11682750. OLE color: 11682750.
HSL color Cylindrical-coordinate representation of color #BE43B2: hue angle of 305.85º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE43B2 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 178 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.25 |
| HSL | 305.85º | 0.49% | 0.5% | - |
| HSV(B) | 305.85º | 0.65% | 0.75% | - |
| XYZ | 31.28 | 18.18 | 43.98 | - |
| YUV | 116.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 178 | 0 | 0.65 | 0.06 | 0.25 | 305.85 | 0.49 | 0.5 |
| Hex | BE | 43 | B2 | 0 | 41 | 6 | 19 | 132 | 31 | 32 |
| Octal | 276 | 103 | 262 | 0 | 101 | 6 | 31 | 462 | 61 | 62 |
| Binary | 10111110 | 1000011 | 10110010 | 0 | 1000001 | 110 | 11001 | 100110010 | 110001 | 110010 |
Color Harmonies of #BE43B2
Complementary color
Monochromatic Colors of #BE43B2
Black with #BE43B2
Text Example
Text Example
White with #BE43B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE43B2; }
p { color: rgb(190,67,178); }
H1.HeaderClassName
{
color: #BE43B2;
}
.AnyTagClassName
{
color: #BE43B2;
}
</style>
background-color css
<style>
a { background-color: #BE43B2; }
a { background-color: rgb(190,67,178); }
div.DivClassName
{
background-color: #BE43B2;
}
.BgClassName
{
background-color: #BE43B2;
}
</style>
border-color css
<style>
span { border-color: #BE43B2; }
span { border-color: rgb(190,67,178); }
td.TdClassName
{
border-color: #BE43B2;
}
.TagClassName
{
border-color: #BE43B2;
}
</style>