Shades of Fuchsia #BD5AB6
Tints of Fuchsia #BD5AB6
RGB
CMYK
RGB Variations
Color information
#BD5AB6 (or 0xBD5AB6) is known color: Fuchsia. HEX triplet: BD, 5A and B6. RGB value is (189,90,182). Sum of RGB (Red+Green+Blue) = 189+90+182=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5AB6 is #42A549. Grayscale: #818181. Windows color (decimal): -4367690 or 11950781. OLE color: 11950781.
HSL color Cylindrical-coordinate representation of color #BD5AB6: hue angle of 304.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5AB6 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 90 | 182 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.26 |
| HSL | 304.24º | 0.43% | 0.55% | - |
| HSV(B) | 304.24º | 0.52% | 0.74% | - |
| XYZ | 33.09 | 21.51 | 46.66 | - |
| YUV | 130.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 182 | 0 | 0.52 | 0.04 | 0.26 | 304.24 | 0.43 | 0.55 |
| Hex | BD | 5A | B6 | 0 | 34 | 4 | 1A | 130 | 2B | 37 |
| Octal | 275 | 132 | 266 | 0 | 64 | 4 | 32 | 460 | 53 | 67 |
| Binary | 10111101 | 1011010 | 10110110 | 0 | 110100 | 100 | 11010 | 100110000 | 101011 | 110111 |
Color Harmonies of #BD5AB6
Complementary color
Monochromatic Colors of #BD5AB6
Black with #BD5AB6
Text Example
Text Example
White with #BD5AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5AB6; }
p { color: rgb(189,90,182); }
H1.HeaderClassName
{
color: #BD5AB6;
}
.AnyTagClassName
{
color: #BD5AB6;
}
</style>
background-color css
<style>
a { background-color: #BD5AB6; }
a { background-color: rgb(189,90,182); }
div.DivClassName
{
background-color: #BD5AB6;
}
.BgClassName
{
background-color: #BD5AB6;
}
</style>
border-color css
<style>
span { border-color: #BD5AB6; }
span { border-color: rgb(189,90,182); }
td.TdClassName
{
border-color: #BD5AB6;
}
.TagClassName
{
border-color: #BD5AB6;
}
</style>