Shades of Fuchsia #BD3ABB
Tints of Fuchsia #BD3ABB
RGB
CMYK
RGB Variations
Color information
#BD3ABB (or 0xBD3ABB) is known color: Fuchsia. HEX triplet: BD, 3A and BB. RGB value is (189,58,187). Sum of RGB (Red+Green+Blue) = 189+58+187=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ABB is #42C544. Grayscale: #6F6F6F. Windows color (decimal): -4375877 or 12270269. OLE color: 12270269.
HSL color Cylindrical-coordinate representation of color #BD3ABB: hue angle of 300.92º 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 #BD3ABB is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 187 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.26 |
| HSL | 300.92º | 0.53% | 0.48% | - |
| HSV(B) | 300.92º | 0.69% | 0.74% | - |
| XYZ | 31.47 | 17.43 | 48.72 | - |
| YUV | 111.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 187 | 0 | 0.69 | 0.01 | 0.26 | 300.92 | 0.53 | 0.48 |
| Hex | BD | 3A | BB | 0 | 45 | 1 | 1A | 12D | 35 | 30 |
| Octal | 275 | 72 | 273 | 0 | 105 | 1 | 32 | 455 | 65 | 60 |
| Binary | 10111101 | 111010 | 10111011 | 0 | 1000101 | 1 | 11010 | 100101101 | 110101 | 110000 |
Color Harmonies of #BD3ABB
Complementary color
Monochromatic Colors of #BD3ABB
Black with #BD3ABB
Text Example
Text Example
White with #BD3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ABB; }
p { color: rgb(189,58,187); }
H1.HeaderClassName
{
color: #BD3ABB;
}
.AnyTagClassName
{
color: #BD3ABB;
}
</style>
background-color css
<style>
a { background-color: #BD3ABB; }
a { background-color: rgb(189,58,187); }
div.DivClassName
{
background-color: #BD3ABB;
}
.BgClassName
{
background-color: #BD3ABB;
}
</style>
border-color css
<style>
span { border-color: #BD3ABB; }
span { border-color: rgb(189,58,187); }
td.TdClassName
{
border-color: #BD3ABB;
}
.TagClassName
{
border-color: #BD3ABB;
}
</style>