Shades of Fuchsia #BD4AB3
Tints of Fuchsia #BD4AB3
RGB
CMYK
RGB Variations
Color information
#BD4AB3 (or 0xBD4AB3) is known color: Fuchsia. HEX triplet: BD, 4A and B3. RGB value is (189,74,179). Sum of RGB (Red+Green+Blue) = 189+74+179=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4AB3 is #42B54C. Grayscale: #787878. Windows color (decimal): -4371789 or 11750077. OLE color: 11750077.
HSL color Cylindrical-coordinate representation of color #BD4AB3: hue angle of 305.22º 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 #BD4AB3 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 179 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.26 |
| HSL | 305.22º | 0.47% | 0.52% | - |
| HSV(B) | 305.22º | 0.61% | 0.74% | - |
| XYZ | 31.57 | 18.97 | 44.65 | - |
| YUV | 120.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 179 | 0 | 0.61 | 0.05 | 0.26 | 305.22 | 0.47 | 0.52 |
| Hex | BD | 4A | B3 | 0 | 3D | 5 | 1A | 131 | 2F | 34 |
| Octal | 275 | 112 | 263 | 0 | 75 | 5 | 32 | 461 | 57 | 64 |
| Binary | 10111101 | 1001010 | 10110011 | 0 | 111101 | 101 | 11010 | 100110001 | 101111 | 110100 |
Color Harmonies of #BD4AB3
Complementary color
Monochromatic Colors of #BD4AB3
Black with #BD4AB3
Text Example
Text Example
White with #BD4AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4AB3; }
p { color: rgb(189,74,179); }
H1.HeaderClassName
{
color: #BD4AB3;
}
.AnyTagClassName
{
color: #BD4AB3;
}
</style>
background-color css
<style>
a { background-color: #BD4AB3; }
a { background-color: rgb(189,74,179); }
div.DivClassName
{
background-color: #BD4AB3;
}
.BgClassName
{
background-color: #BD4AB3;
}
</style>
border-color css
<style>
span { border-color: #BD4AB3; }
span { border-color: rgb(189,74,179); }
td.TdClassName
{
border-color: #BD4AB3;
}
.TagClassName
{
border-color: #BD4AB3;
}
</style>