Shades of Fuchsia #BD4ABA
Tints of Fuchsia #BD4ABA
RGB
CMYK
RGB Variations
Color information
#BD4ABA (or 0xBD4ABA) is known color: Fuchsia. HEX triplet: BD, 4A and BA. RGB value is (189,74,186). Sum of RGB (Red+Green+Blue) = 189+74+186=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4ABA is #42B545. Grayscale: #787878. Windows color (decimal): -4371782 or 12208829. OLE color: 12208829.
HSL color Cylindrical-coordinate representation of color #BD4ABA: hue angle of 301.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4ABA is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 186 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.26 |
| HSL | 301.57º | 0.47% | 0.52% | - |
| HSV(B) | 301.57º | 0.61% | 0.74% | - |
| XYZ | 32.3 | 19.26 | 48.47 | - |
| YUV | 121.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 186 | 0 | 0.61 | 0.02 | 0.26 | 301.57 | 0.47 | 0.52 |
| Hex | BD | 4A | BA | 0 | 3D | 2 | 1A | 12E | 2F | 34 |
| Octal | 275 | 112 | 272 | 0 | 75 | 2 | 32 | 456 | 57 | 64 |
| Binary | 10111101 | 1001010 | 10111010 | 0 | 111101 | 10 | 11010 | 100101110 | 101111 | 110100 |
Color Harmonies of #BD4ABA
Complementary color
Monochromatic Colors of #BD4ABA
Black with #BD4ABA
Text Example
Text Example
White with #BD4ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ABA; }
p { color: rgb(189,74,186); }
H1.HeaderClassName
{
color: #BD4ABA;
}
.AnyTagClassName
{
color: #BD4ABA;
}
</style>
background-color css
<style>
a { background-color: #BD4ABA; }
a { background-color: rgb(189,74,186); }
div.DivClassName
{
background-color: #BD4ABA;
}
.BgClassName
{
background-color: #BD4ABA;
}
</style>
border-color css
<style>
span { border-color: #BD4ABA; }
span { border-color: rgb(189,74,186); }
td.TdClassName
{
border-color: #BD4ABA;
}
.TagClassName
{
border-color: #BD4ABA;
}
</style>