Shades of Fuchsia #BE6FBD
Tints of Fuchsia #BE6FBD
RGB
CMYK
RGB Variations
Color information
#BE6FBD (or 0xBE6FBD) is known color: Fuchsia. HEX triplet: BE, 6F and BD. RGB value is (190,111,189). Sum of RGB (Red+Green+Blue) = 190+111+189=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FBD is #419042. Grayscale: #8F8F8F. Windows color (decimal): -4296771 or 12414910. OLE color: 12414910.
HSL color Cylindrical-coordinate representation of color #BE6FBD: hue angle of 300.76º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6FBD is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 189 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.25 |
| HSL | 300.76º | 0.38% | 0.59% | - |
| HSV(B) | 300.76º | 0.42% | 0.75% | - |
| XYZ | 36.1 | 25.99 | 51.26 | - |
| YUV | 143.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 189 | 0 | 0.42 | 0.01 | 0.25 | 300.76 | 0.38 | 0.59 |
| Hex | BE | 6F | BD | 0 | 2A | 1 | 19 | 12D | 26 | 3B |
| Octal | 276 | 157 | 275 | 0 | 52 | 1 | 31 | 455 | 46 | 73 |
| Binary | 10111110 | 1101111 | 10111101 | 0 | 101010 | 1 | 11001 | 100101101 | 100110 | 111011 |
Color Harmonies of #BE6FBD
Complementary color
Monochromatic Colors of #BE6FBD
Black with #BE6FBD
Text Example
Text Example
White with #BE6FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FBD; }
p { color: rgb(190,111,189); }
H1.HeaderClassName
{
color: #BE6FBD;
}
.AnyTagClassName
{
color: #BE6FBD;
}
</style>
background-color css
<style>
a { background-color: #BE6FBD; }
a { background-color: rgb(190,111,189); }
div.DivClassName
{
background-color: #BE6FBD;
}
.BgClassName
{
background-color: #BE6FBD;
}
</style>
border-color css
<style>
span { border-color: #BE6FBD; }
span { border-color: rgb(190,111,189); }
td.TdClassName
{
border-color: #BE6FBD;
}
.TagClassName
{
border-color: #BE6FBD;
}
</style>