Shades of Fuchsia #BD77BB
Tints of Fuchsia #BD77BB
RGB
CMYK
RGB Variations
Color information
#BD77BB (or 0xBD77BB) is known color: Fuchsia. HEX triplet: BD, 77 and BB. RGB value is (189,119,187). Sum of RGB (Red+Green+Blue) = 189+119+187=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77BB is #428844. Grayscale: #939393. Windows color (decimal): -4360261 or 12285885. OLE color: 12285885.
HSL color Cylindrical-coordinate representation of color #BD77BB: hue angle of 301.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD77BB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 187 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.26 |
| HSL | 301.71º | 0.35% | 0.6% | - |
| HSV(B) | 301.71º | 0.37% | 0.74% | - |
| XYZ | 36.55 | 27.6 | 50.41 | - |
| YUV | 147.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 187 | 0 | 0.37 | 0.01 | 0.26 | 301.71 | 0.35 | 0.6 |
| Hex | BD | 77 | BB | 0 | 25 | 1 | 1A | 12E | 23 | 3C |
| Octal | 275 | 167 | 273 | 0 | 45 | 1 | 32 | 456 | 43 | 74 |
| Binary | 10111101 | 1110111 | 10111011 | 0 | 100101 | 1 | 11010 | 100101110 | 100011 | 111100 |
Color Harmonies of #BD77BB
Complementary color
Monochromatic Colors of #BD77BB
Black with #BD77BB
Text Example
Text Example
White with #BD77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77BB; }
p { color: rgb(189,119,187); }
H1.HeaderClassName
{
color: #BD77BB;
}
.AnyTagClassName
{
color: #BD77BB;
}
</style>
background-color css
<style>
a { background-color: #BD77BB; }
a { background-color: rgb(189,119,187); }
div.DivClassName
{
background-color: #BD77BB;
}
.BgClassName
{
background-color: #BD77BB;
}
</style>
border-color css
<style>
span { border-color: #BD77BB; }
span { border-color: rgb(189,119,187); }
td.TdClassName
{
border-color: #BD77BB;
}
.TagClassName
{
border-color: #BD77BB;
}
</style>