Shades of Fuchsia #BE3ACB
Tints of Fuchsia #BE3ACB
RGB
CMYK
RGB Variations
Color information
#BE3ACB (or 0xBE3ACB) is known color: Fuchsia. HEX triplet: BE, 3A and CB. RGB value is (190,58,203). Sum of RGB (Red+Green+Blue) = 190+58+203=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE3ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ACB is #41C534. Grayscale: #717171. Windows color (decimal): -4310325 or 13318846. OLE color: 13318846.
HSL color Cylindrical-coordinate representation of color #BE3ACB: hue angle of 294.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3ACB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 58 | 203 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.20 |
| HSL | 294.62º | 0.58% | 0.51% | - |
| HSV(B) | 294.62º | 0.71% | 0.8% | - |
| XYZ | 33.53 | 18.29 | 58.26 | - |
| YUV | 114 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 203 | 0.06 | 0.71 | 0 | 0.20 | 294.62 | 0.58 | 0.51 |
| Hex | BE | 3A | CB | 6 | 47 | 0 | 14 | 127 | 3A | 33 |
| Octal | 276 | 72 | 313 | 6 | 107 | 0 | 24 | 447 | 72 | 63 |
| Binary | 10111110 | 111010 | 11001011 | 110 | 1000111 | 0 | 10100 | 100100111 | 111010 | 110011 |
Color Harmonies of #BE3ACB
Complementary color
Monochromatic Colors of #BE3ACB
Black with #BE3ACB
Text Example
Text Example
White with #BE3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3ACB; }
p { color: rgb(190,58,203); }
H1.HeaderClassName
{
color: #BE3ACB;
}
.AnyTagClassName
{
color: #BE3ACB;
}
</style>
background-color css
<style>
a { background-color: #BE3ACB; }
a { background-color: rgb(190,58,203); }
div.DivClassName
{
background-color: #BE3ACB;
}
.BgClassName
{
background-color: #BE3ACB;
}
</style>
border-color css
<style>
span { border-color: #BE3ACB; }
span { border-color: rgb(190,58,203); }
td.TdClassName
{
border-color: #BE3ACB;
}
.TagClassName
{
border-color: #BE3ACB;
}
</style>