Shades of Fuchsia #BE67A8
Tints of Fuchsia #BE67A8
RGB
CMYK
RGB Variations
Color information
#BE67A8 (or 0xBE67A8) is known color: Fuchsia. HEX triplet: BE, 67 and A8. RGB value is (190,103,168). Sum of RGB (Red+Green+Blue) = 190+103+168=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE67A8 is #419857. Grayscale: #888888. Windows color (decimal): -4298840 or 11036606. OLE color: 11036606.
HSL color Cylindrical-coordinate representation of color #BE67A8: hue angle of 315.17º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE67A8 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 168 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.25 |
| HSL | 315.17º | 0.4% | 0.57% | - |
| HSV(B) | 315.17º | 0.46% | 0.75% | - |
| XYZ | 33.15 | 23.47 | 39.83 | - |
| YUV | 136.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 168 | 0 | 0.46 | 0.12 | 0.25 | 315.17 | 0.4 | 0.57 |
| Hex | BE | 67 | A8 | 0 | 2E | C | 19 | 13B | 28 | 39 |
| Octal | 276 | 147 | 250 | 0 | 56 | 14 | 31 | 473 | 50 | 71 |
| Binary | 10111110 | 1100111 | 10101000 | 0 | 101110 | 1100 | 11001 | 100111011 | 101000 | 111001 |
Color Harmonies of #BE67A8
Complementary color
Monochromatic Colors of #BE67A8
Black with #BE67A8
Text Example
Text Example
White with #BE67A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67A8; }
p { color: rgb(190,103,168); }
H1.HeaderClassName
{
color: #BE67A8;
}
.AnyTagClassName
{
color: #BE67A8;
}
</style>
background-color css
<style>
a { background-color: #BE67A8; }
a { background-color: rgb(190,103,168); }
div.DivClassName
{
background-color: #BE67A8;
}
.BgClassName
{
background-color: #BE67A8;
}
</style>
border-color css
<style>
span { border-color: #BE67A8; }
span { border-color: rgb(190,103,168); }
td.TdClassName
{
border-color: #BE67A8;
}
.TagClassName
{
border-color: #BE67A8;
}
</style>