Shades of Fuchsia #BD54B6
Tints of Fuchsia #BD54B6
RGB
CMYK
RGB Variations
Color information
#BD54B6 (or 0xBD54B6) is known color: Fuchsia. HEX triplet: BD, 54 and B6. RGB value is (189,84,182). Sum of RGB (Red+Green+Blue) = 189+84+182=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD54B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54B6 is #42AB49. Grayscale: #7E7E7E. Windows color (decimal): -4369226 or 11949245. OLE color: 11949245.
HSL color Cylindrical-coordinate representation of color #BD54B6: hue angle of 304º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD54B6 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 182 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.26 |
| HSL | 304º | 0.44% | 0.54% | - |
| HSV(B) | 304º | 0.56% | 0.74% | - |
| XYZ | 32.6 | 20.54 | 46.5 | - |
| YUV | 126.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 182 | 0 | 0.56 | 0.04 | 0.26 | 304 | 0.44 | 0.54 |
| Hex | BD | 54 | B6 | 0 | 38 | 4 | 1A | 130 | 2C | 36 |
| Octal | 275 | 124 | 266 | 0 | 70 | 4 | 32 | 460 | 54 | 66 |
| Binary | 10111101 | 1010100 | 10110110 | 0 | 111000 | 100 | 11010 | 100110000 | 101100 | 110110 |
Color Harmonies of #BD54B6
Complementary color
Monochromatic Colors of #BD54B6
Black with #BD54B6
Text Example
Text Example
White with #BD54B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54B6; }
p { color: rgb(189,84,182); }
H1.HeaderClassName
{
color: #BD54B6;
}
.AnyTagClassName
{
color: #BD54B6;
}
</style>
background-color css
<style>
a { background-color: #BD54B6; }
a { background-color: rgb(189,84,182); }
div.DivClassName
{
background-color: #BD54B6;
}
.BgClassName
{
background-color: #BD54B6;
}
</style>
border-color css
<style>
span { border-color: #BD54B6; }
span { border-color: rgb(189,84,182); }
td.TdClassName
{
border-color: #BD54B6;
}
.TagClassName
{
border-color: #BD54B6;
}
</style>