Shades of Fuchsia #BD3BBA
Tints of Fuchsia #BD3BBA
RGB
CMYK
RGB Variations
Color information
#BD3BBA (or 0xBD3BBA) is known color: Fuchsia. HEX triplet: BD, 3B and BA. RGB value is (189,59,186). Sum of RGB (Red+Green+Blue) = 189+59+186=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BBA is #42C445. Grayscale: #6F6F6F. Windows color (decimal): -4375622 or 12204989. OLE color: 12204989.
HSL color Cylindrical-coordinate representation of color #BD3BBA: hue angle of 301.38º 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 #BD3BBA is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 186 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.26 |
| HSL | 301.38º | 0.52% | 0.49% | - |
| HSV(B) | 301.38º | 0.69% | 0.74% | - |
| XYZ | 31.41 | 17.49 | 48.18 | - |
| YUV | 112.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 186 | 0 | 0.69 | 0.02 | 0.26 | 301.38 | 0.52 | 0.49 |
| Hex | BD | 3B | BA | 0 | 45 | 2 | 1A | 12D | 34 | 31 |
| Octal | 275 | 73 | 272 | 0 | 105 | 2 | 32 | 455 | 64 | 61 |
| Binary | 10111101 | 111011 | 10111010 | 0 | 1000101 | 10 | 11010 | 100101101 | 110100 | 110001 |
Color Harmonies of #BD3BBA
Complementary color
Monochromatic Colors of #BD3BBA
Black with #BD3BBA
Text Example
Text Example
White with #BD3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BBA; }
p { color: rgb(189,59,186); }
H1.HeaderClassName
{
color: #BD3BBA;
}
.AnyTagClassName
{
color: #BD3BBA;
}
</style>
background-color css
<style>
a { background-color: #BD3BBA; }
a { background-color: rgb(189,59,186); }
div.DivClassName
{
background-color: #BD3BBA;
}
.BgClassName
{
background-color: #BD3BBA;
}
</style>
border-color css
<style>
span { border-color: #BD3BBA; }
span { border-color: rgb(189,59,186); }
td.TdClassName
{
border-color: #BD3BBA;
}
.TagClassName
{
border-color: #BD3BBA;
}
</style>