Shades of Fuchsia #BE72B3
Tints of Fuchsia #BE72B3
RGB
CMYK
RGB Variations
Color information
#BE72B3 (or 0xBE72B3) is known color: Fuchsia. HEX triplet: BE, 72 and B3. RGB value is (190,114,179). Sum of RGB (Red+Green+Blue) = 190+114+179=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72B3 is #418D4C. Grayscale: #8F8F8F. Windows color (decimal): -4296013 or 11760318. OLE color: 11760318.
HSL color Cylindrical-coordinate representation of color #BE72B3: hue angle of 308.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE72B3 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 179 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.25 |
| HSL | 308.68º | 0.37% | 0.6% | - |
| HSV(B) | 308.68º | 0.4% | 0.75% | - |
| XYZ | 35.39 | 26.24 | 45.85 | - |
| YUV | 144.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 179 | 0 | 0.40 | 0.06 | 0.25 | 308.68 | 0.37 | 0.6 |
| Hex | BE | 72 | B3 | 0 | 28 | 6 | 19 | 135 | 25 | 3C |
| Octal | 276 | 162 | 263 | 0 | 50 | 6 | 31 | 465 | 45 | 74 |
| Binary | 10111110 | 1110010 | 10110011 | 0 | 101000 | 110 | 11001 | 100110101 | 100101 | 111100 |
Color Harmonies of #BE72B3
Complementary color
Monochromatic Colors of #BE72B3
Black with #BE72B3
Text Example
Text Example
White with #BE72B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE72B3; }
p { color: rgb(190,114,179); }
H1.HeaderClassName
{
color: #BE72B3;
}
.AnyTagClassName
{
color: #BE72B3;
}
</style>
background-color css
<style>
a { background-color: #BE72B3; }
a { background-color: rgb(190,114,179); }
div.DivClassName
{
background-color: #BE72B3;
}
.BgClassName
{
background-color: #BE72B3;
}
</style>
border-color css
<style>
span { border-color: #BE72B3; }
span { border-color: rgb(190,114,179); }
td.TdClassName
{
border-color: #BE72B3;
}
.TagClassName
{
border-color: #BE72B3;
}
</style>