Shades of Fuchsia #BD5DBA
Tints of Fuchsia #BD5DBA
RGB
CMYK
RGB Variations
Color information
#BD5DBA (or 0xBD5DBA) is known color: Fuchsia. HEX triplet: BD, 5D and BA. RGB value is (189,93,186). Sum of RGB (Red+Green+Blue) = 189+93+186=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DBA is #42A245. Grayscale: #848484. Windows color (decimal): -4366918 or 12213693. OLE color: 12213693.
HSL color Cylindrical-coordinate representation of color #BD5DBA: hue angle of 301.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5DBA is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 186 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.26 |
| HSL | 301.88º | 0.42% | 0.55% | - |
| HSV(B) | 301.88º | 0.51% | 0.74% | - |
| XYZ | 33.76 | 22.19 | 48.96 | - |
| YUV | 132.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 186 | 0 | 0.51 | 0.02 | 0.26 | 301.88 | 0.42 | 0.55 |
| Hex | BD | 5D | BA | 0 | 33 | 2 | 1A | 12E | 2A | 37 |
| Octal | 275 | 135 | 272 | 0 | 63 | 2 | 32 | 456 | 52 | 67 |
| Binary | 10111101 | 1011101 | 10111010 | 0 | 110011 | 10 | 11010 | 100101110 | 101010 | 110111 |
Color Harmonies of #BD5DBA
Complementary color
Monochromatic Colors of #BD5DBA
Black with #BD5DBA
Text Example
Text Example
White with #BD5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DBA; }
p { color: rgb(189,93,186); }
H1.HeaderClassName
{
color: #BD5DBA;
}
.AnyTagClassName
{
color: #BD5DBA;
}
</style>
background-color css
<style>
a { background-color: #BD5DBA; }
a { background-color: rgb(189,93,186); }
div.DivClassName
{
background-color: #BD5DBA;
}
.BgClassName
{
background-color: #BD5DBA;
}
</style>
border-color css
<style>
span { border-color: #BD5DBA; }
span { border-color: rgb(189,93,186); }
td.TdClassName
{
border-color: #BD5DBA;
}
.TagClassName
{
border-color: #BD5DBA;
}
</style>