Shades of Fuchsia #BE69C5
Tints of Fuchsia #BE69C5
RGB
CMYK
RGB Variations
Color information
#BE69C5 (or 0xBE69C5) is known color: Fuchsia. HEX triplet: BE, 69 and C5. RGB value is (190,105,197). Sum of RGB (Red+Green+Blue) = 190+105+197=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE69C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69C5 is #41963A. Grayscale: #8C8C8C. Windows color (decimal): -4298299 or 12937662. OLE color: 12937662.
HSL color Cylindrical-coordinate representation of color #BE69C5: hue angle of 295.43º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE69C5 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 105 | 197 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.23 |
| HSL | 295.43º | 0.44% | 0.59% | - |
| HSV(B) | 295.43º | 0.47% | 0.77% | - |
| XYZ | 36.36 | 25.08 | 55.75 | - |
| YUV | 140.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 197 | 0.04 | 0.47 | 0 | 0.23 | 295.43 | 0.44 | 0.59 |
| Hex | BE | 69 | C5 | 4 | 2F | 0 | 17 | 127 | 2C | 3B |
| Octal | 276 | 151 | 305 | 4 | 57 | 0 | 27 | 447 | 54 | 73 |
| Binary | 10111110 | 1101001 | 11000101 | 100 | 101111 | 0 | 10111 | 100100111 | 101100 | 111011 |
Color Harmonies of #BE69C5
Complementary color
Monochromatic Colors of #BE69C5
Black with #BE69C5
Text Example
Text Example
White with #BE69C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69C5; }
p { color: rgb(190,105,197); }
H1.HeaderClassName
{
color: #BE69C5;
}
.AnyTagClassName
{
color: #BE69C5;
}
</style>
background-color css
<style>
a { background-color: #BE69C5; }
a { background-color: rgb(190,105,197); }
div.DivClassName
{
background-color: #BE69C5;
}
.BgClassName
{
background-color: #BE69C5;
}
</style>
border-color css
<style>
span { border-color: #BE69C5; }
span { border-color: rgb(190,105,197); }
td.TdClassName
{
border-color: #BE69C5;
}
.TagClassName
{
border-color: #BE69C5;
}
</style>