Shades of Fuchsia #BD45B1
Tints of Fuchsia #BD45B1
RGB
CMYK
RGB Variations
Color information
#BD45B1 (or 0xBD45B1) is known color: Fuchsia. HEX triplet: BD, 45 and B1. RGB value is (189,69,177). Sum of RGB (Red+Green+Blue) = 189+69+177=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD45B1 is #42BA4E. Grayscale: #747474. Windows color (decimal): -4373071 or 11617725. OLE color: 11617725.
HSL color Cylindrical-coordinate representation of color #BD45B1: hue angle of 306º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD45B1 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 177 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.26 |
| HSL | 306º | 0.48% | 0.51% | - |
| HSV(B) | 306º | 0.63% | 0.74% | - |
| XYZ | 31.05 | 18.25 | 43.48 | - |
| YUV | 117.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 177 | 0 | 0.63 | 0.06 | 0.26 | 306 | 0.48 | 0.51 |
| Hex | BD | 45 | B1 | 0 | 3F | 6 | 1A | 132 | 30 | 33 |
| Octal | 275 | 105 | 261 | 0 | 77 | 6 | 32 | 462 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10110001 | 0 | 111111 | 110 | 11010 | 100110010 | 110000 | 110011 |
Color Harmonies of #BD45B1
Complementary color
Monochromatic Colors of #BD45B1
Black with #BD45B1
Text Example
Text Example
White with #BD45B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45B1; }
p { color: rgb(189,69,177); }
H1.HeaderClassName
{
color: #BD45B1;
}
.AnyTagClassName
{
color: #BD45B1;
}
</style>
background-color css
<style>
a { background-color: #BD45B1; }
a { background-color: rgb(189,69,177); }
div.DivClassName
{
background-color: #BD45B1;
}
.BgClassName
{
background-color: #BD45B1;
}
</style>
border-color css
<style>
span { border-color: #BD45B1; }
span { border-color: rgb(189,69,177); }
td.TdClassName
{
border-color: #BD45B1;
}
.TagClassName
{
border-color: #BD45B1;
}
</style>