Shades of Fuchsia #BD3AB2
Tints of Fuchsia #BD3AB2
RGB
CMYK
RGB Variations
Color information
#BD3AB2 (or 0xBD3AB2) is known color: Fuchsia. HEX triplet: BD, 3A and B2. RGB value is (189,58,178). Sum of RGB (Red+Green+Blue) = 189+58+178=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3AB2 is #42C54D. Grayscale: #6E6E6E. Windows color (decimal): -4375886 or 11680445. OLE color: 11680445.
HSL color Cylindrical-coordinate representation of color #BD3AB2: hue angle of 305.04º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3AB2 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 178 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.26 |
| HSL | 305.04º | 0.53% | 0.48% | - |
| HSV(B) | 305.04º | 0.69% | 0.74% | - |
| XYZ | 30.54 | 17.06 | 43.8 | - |
| YUV | 110.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 178 | 0 | 0.69 | 0.06 | 0.26 | 305.04 | 0.53 | 0.48 |
| Hex | BD | 3A | B2 | 0 | 45 | 6 | 1A | 131 | 35 | 30 |
| Octal | 275 | 72 | 262 | 0 | 105 | 6 | 32 | 461 | 65 | 60 |
| Binary | 10111101 | 111010 | 10110010 | 0 | 1000101 | 110 | 11010 | 100110001 | 110101 | 110000 |
Color Harmonies of #BD3AB2
Complementary color
Monochromatic Colors of #BD3AB2
Black with #BD3AB2
Text Example
Text Example
White with #BD3AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AB2; }
p { color: rgb(189,58,178); }
H1.HeaderClassName
{
color: #BD3AB2;
}
.AnyTagClassName
{
color: #BD3AB2;
}
</style>
background-color css
<style>
a { background-color: #BD3AB2; }
a { background-color: rgb(189,58,178); }
div.DivClassName
{
background-color: #BD3AB2;
}
.BgClassName
{
background-color: #BD3AB2;
}
</style>
border-color css
<style>
span { border-color: #BD3AB2; }
span { border-color: rgb(189,58,178); }
td.TdClassName
{
border-color: #BD3AB2;
}
.TagClassName
{
border-color: #BD3AB2;
}
</style>