Shades of Fuchsia #BE69BA
Tints of Fuchsia #BE69BA
RGB
CMYK
RGB Variations
Color information
#BE69BA (or 0xBE69BA) is known color: Fuchsia. HEX triplet: BE, 69 and BA. RGB value is (190,105,186). Sum of RGB (Red+Green+Blue) = 190+105+186=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69BA is #419645. Grayscale: #8B8B8B. Windows color (decimal): -4298310 or 12216766. OLE color: 12216766.
HSL color Cylindrical-coordinate representation of color #BE69BA: hue angle of 302.82º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE69BA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 186 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.25 |
| HSL | 302.82º | 0.4% | 0.58% | - |
| HSV(B) | 302.82º | 0.45% | 0.75% | - |
| XYZ | 35.15 | 24.6 | 49.35 | - |
| YUV | 139.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 186 | 0 | 0.45 | 0.02 | 0.25 | 302.82 | 0.4 | 0.58 |
| Hex | BE | 69 | BA | 0 | 2D | 2 | 19 | 12F | 28 | 3A |
| Octal | 276 | 151 | 272 | 0 | 55 | 2 | 31 | 457 | 50 | 72 |
| Binary | 10111110 | 1101001 | 10111010 | 0 | 101101 | 10 | 11001 | 100101111 | 101000 | 111010 |
Color Harmonies of #BE69BA
Complementary color
Monochromatic Colors of #BE69BA
Black with #BE69BA
Text Example
Text Example
White with #BE69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69BA; }
p { color: rgb(190,105,186); }
H1.HeaderClassName
{
color: #BE69BA;
}
.AnyTagClassName
{
color: #BE69BA;
}
</style>
background-color css
<style>
a { background-color: #BE69BA; }
a { background-color: rgb(190,105,186); }
div.DivClassName
{
background-color: #BE69BA;
}
.BgClassName
{
background-color: #BE69BA;
}
</style>
border-color css
<style>
span { border-color: #BE69BA; }
span { border-color: rgb(190,105,186); }
td.TdClassName
{
border-color: #BE69BA;
}
.TagClassName
{
border-color: #BE69BA;
}
</style>