Shades of Fuchsia #BD3BAB
Tints of Fuchsia #BD3BAB
RGB
CMYK
RGB Variations
Color information
#BD3BAB (or 0xBD3BAB) is known color: Fuchsia. HEX triplet: BD, 3B and AB. RGB value is (189,59,171). Sum of RGB (Red+Green+Blue) = 189+59+171=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3BAB is #42C454. Grayscale: #6E6E6E. Windows color (decimal): -4375637 or 11221949. OLE color: 11221949.
HSL color Cylindrical-coordinate representation of color #BD3BAB: hue angle of 308.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3BAB is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 171 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.26 |
| HSL | 308.31º | 0.52% | 0.49% | - |
| HSV(B) | 308.31º | 0.69% | 0.74% | - |
| XYZ | 29.9 | 16.89 | 40.21 | - |
| YUV | 110.64 | 162.07 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 171 | 0 | 0.69 | 0.10 | 0.26 | 308.31 | 0.52 | 0.49 |
| Hex | BD | 3B | AB | 0 | 45 | A | 1A | 134 | 34 | 31 |
| Octal | 275 | 73 | 253 | 0 | 105 | 12 | 32 | 464 | 64 | 61 |
| Binary | 10111101 | 111011 | 10101011 | 0 | 1000101 | 1010 | 11010 | 100110100 | 110100 | 110001 |
Color Harmonies of #BD3BAB
Complementary color
Monochromatic Colors of #BD3BAB
Black with #BD3BAB
Text Example
Text Example
White with #BD3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BAB; }
p { color: rgb(189,59,171); }
H1.HeaderClassName
{
color: #BD3BAB;
}
.AnyTagClassName
{
color: #BD3BAB;
}
</style>
background-color css
<style>
a { background-color: #BD3BAB; }
a { background-color: rgb(189,59,171); }
div.DivClassName
{
background-color: #BD3BAB;
}
.BgClassName
{
background-color: #BD3BAB;
}
</style>
border-color css
<style>
span { border-color: #BD3BAB; }
span { border-color: rgb(189,59,171); }
td.TdClassName
{
border-color: #BD3BAB;
}
.TagClassName
{
border-color: #BD3BAB;
}
</style>