Shades of Fuchsia #BD63AA
Tints of Fuchsia #BD63AA
RGB
CMYK
RGB Variations
Color information
#BD63AA (or 0xBD63AA) is known color: Fuchsia. HEX triplet: BD, 63 and AA. RGB value is (189,99,170). Sum of RGB (Red+Green+Blue) = 189+99+170=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD63AA is #429C55. Grayscale: #858585. Windows color (decimal): -4365398 or 11166653. OLE color: 11166653.
HSL color Cylindrical-coordinate representation of color #BD63AA: hue angle of 312.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD63AA is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 170 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.26 |
| HSL | 312.67º | 0.41% | 0.56% | - |
| HSV(B) | 312.67º | 0.48% | 0.74% | - |
| XYZ | 32.7 | 22.64 | 40.68 | - |
| YUV | 134 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 170 | 0 | 0.48 | 0.10 | 0.26 | 312.67 | 0.41 | 0.56 |
| Hex | BD | 63 | AA | 0 | 30 | A | 1A | 139 | 29 | 38 |
| Octal | 275 | 143 | 252 | 0 | 60 | 12 | 32 | 471 | 51 | 70 |
| Binary | 10111101 | 1100011 | 10101010 | 0 | 110000 | 1010 | 11010 | 100111001 | 101001 | 111000 |
Color Harmonies of #BD63AA
Complementary color
Monochromatic Colors of #BD63AA
Black with #BD63AA
Text Example
Text Example
White with #BD63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63AA; }
p { color: rgb(189,99,170); }
H1.HeaderClassName
{
color: #BD63AA;
}
.AnyTagClassName
{
color: #BD63AA;
}
</style>
background-color css
<style>
a { background-color: #BD63AA; }
a { background-color: rgb(189,99,170); }
div.DivClassName
{
background-color: #BD63AA;
}
.BgClassName
{
background-color: #BD63AA;
}
</style>
border-color css
<style>
span { border-color: #BD63AA; }
span { border-color: rgb(189,99,170); }
td.TdClassName
{
border-color: #BD63AA;
}
.TagClassName
{
border-color: #BD63AA;
}
</style>