Shades of Fuchsia #BD45B7
Tints of Fuchsia #BD45B7
RGB
CMYK
RGB Variations
Color information
#BD45B7 (or 0xBD45B7) is known color: Fuchsia. HEX triplet: BD, 45 and B7. RGB value is (189,69,183). Sum of RGB (Red+Green+Blue) = 189+69+183=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45B7 is #42BA48. Grayscale: #757575. Windows color (decimal): -4373065 or 12010941. OLE color: 12010941.
HSL color Cylindrical-coordinate representation of color #BD45B7: hue angle of 303º 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 #BD45B7 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 183 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.26 |
| HSL | 303º | 0.48% | 0.51% | - |
| HSV(B) | 303º | 0.63% | 0.74% | - |
| XYZ | 31.66 | 18.49 | 46.7 | - |
| YUV | 117.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 183 | 0 | 0.63 | 0.03 | 0.26 | 303 | 0.48 | 0.51 |
| Hex | BD | 45 | B7 | 0 | 3F | 3 | 1A | 12F | 30 | 33 |
| Octal | 275 | 105 | 267 | 0 | 77 | 3 | 32 | 457 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10110111 | 0 | 111111 | 11 | 11010 | 100101111 | 110000 | 110011 |
Color Harmonies of #BD45B7
Complementary color
Monochromatic Colors of #BD45B7
Black with #BD45B7
Text Example
Text Example
White with #BD45B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45B7; }
p { color: rgb(189,69,183); }
H1.HeaderClassName
{
color: #BD45B7;
}
.AnyTagClassName
{
color: #BD45B7;
}
</style>
background-color css
<style>
a { background-color: #BD45B7; }
a { background-color: rgb(189,69,183); }
div.DivClassName
{
background-color: #BD45B7;
}
.BgClassName
{
background-color: #BD45B7;
}
</style>
border-color css
<style>
span { border-color: #BD45B7; }
span { border-color: rgb(189,69,183); }
td.TdClassName
{
border-color: #BD45B7;
}
.TagClassName
{
border-color: #BD45B7;
}
</style>