Shades of Fuchsia #BE30B2
Tints of Fuchsia #BE30B2
RGB
CMYK
RGB Variations
Color information
#BE30B2 (or 0xBE30B2) is known color: Fuchsia. HEX triplet: BE, 30 and B2. RGB value is (190,48,178). Sum of RGB (Red+Green+Blue) = 190+48+178=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30B2 is #41CF4D. Grayscale: #686868. Windows color (decimal): -4312910 or 11677886. OLE color: 11677886.
HSL color Cylindrical-coordinate representation of color #BE30B2: hue angle of 305.07º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE30B2 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 48 | 178 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.25 |
| HSL | 305.07º | 0.6% | 0.47% | - |
| HSV(B) | 305.07º | 0.75% | 0.75% | - |
| XYZ | 30.33 | 16.28 | 43.66 | - |
| YUV | 105.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 178 | 0 | 0.75 | 0.06 | 0.25 | 305.07 | 0.6 | 0.47 |
| Hex | BE | 30 | B2 | 0 | 4B | 6 | 19 | 131 | 3C | 2F |
| Octal | 276 | 60 | 262 | 0 | 113 | 6 | 31 | 461 | 74 | 57 |
| Binary | 10111110 | 110000 | 10110010 | 0 | 1001011 | 110 | 11001 | 100110001 | 111100 | 101111 |
Color Harmonies of #BE30B2
Complementary color
Monochromatic Colors of #BE30B2
Black with #BE30B2
Text Example
Text Example
White with #BE30B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE30B2; }
p { color: rgb(190,48,178); }
H1.HeaderClassName
{
color: #BE30B2;
}
.AnyTagClassName
{
color: #BE30B2;
}
</style>
background-color css
<style>
a { background-color: #BE30B2; }
a { background-color: rgb(190,48,178); }
div.DivClassName
{
background-color: #BE30B2;
}
.BgClassName
{
background-color: #BE30B2;
}
</style>
border-color css
<style>
span { border-color: #BE30B2; }
span { border-color: rgb(190,48,178); }
td.TdClassName
{
border-color: #BE30B2;
}
.TagClassName
{
border-color: #BE30B2;
}
</style>