Shades of Fuchsia #BD77BE
Tints of Fuchsia #BD77BE
RGB
CMYK
RGB Variations
Color information
#BD77BE (or 0xBD77BE) is known color: Fuchsia. HEX triplet: BD, 77 and BE. RGB value is (189,119,190). Sum of RGB (Red+Green+Blue) = 189+119+190=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77BE is #428841. Grayscale: #939393. Windows color (decimal): -4360258 or 12482493. OLE color: 12482493.
HSL color Cylindrical-coordinate representation of color #BD77BE: hue angle of 299.15º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD77BE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 119 | 190 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.25 |
| HSL | 299.15º | 0.35% | 0.61% | - |
| HSV(B) | 299.15º | 0.37% | 0.75% | - |
| XYZ | 36.88 | 27.73 | 52.12 | - |
| YUV | 148.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 190 | 0.01 | 0.37 | 0 | 0.25 | 299.15 | 0.35 | 0.61 |
| Hex | BD | 77 | BE | 1 | 25 | 0 | 19 | 12B | 23 | 3D |
| Octal | 275 | 167 | 276 | 1 | 45 | 0 | 31 | 453 | 43 | 75 |
| Binary | 10111101 | 1110111 | 10111110 | 1 | 100101 | 0 | 11001 | 100101011 | 100011 | 111101 |
Color Harmonies of #BD77BE
Complementary color
Monochromatic Colors of #BD77BE
Black with #BD77BE
Text Example
Text Example
White with #BD77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77BE; }
p { color: rgb(189,119,190); }
H1.HeaderClassName
{
color: #BD77BE;
}
.AnyTagClassName
{
color: #BD77BE;
}
</style>
background-color css
<style>
a { background-color: #BD77BE; }
a { background-color: rgb(189,119,190); }
div.DivClassName
{
background-color: #BD77BE;
}
.BgClassName
{
background-color: #BD77BE;
}
</style>
border-color css
<style>
span { border-color: #BD77BE; }
span { border-color: rgb(189,119,190); }
td.TdClassName
{
border-color: #BD77BE;
}
.TagClassName
{
border-color: #BD77BE;
}
</style>