Shades of Fuchsia #BD45B5
Tints of Fuchsia #BD45B5
RGB
CMYK
RGB Variations
Color information
#BD45B5 (or 0xBD45B5) is known color: Fuchsia. HEX triplet: BD, 45 and B5. RGB value is (189,69,181). Sum of RGB (Red+Green+Blue) = 189+69+181=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45B5 is #42BA4A. Grayscale: #757575. Windows color (decimal): -4373067 or 11879869. OLE color: 11879869.
HSL color Cylindrical-coordinate representation of color #BD45B5: hue angle of 304º 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 #BD45B5 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 181 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.26 |
| HSL | 304º | 0.48% | 0.51% | - |
| HSV(B) | 304º | 0.63% | 0.74% | - |
| XYZ | 31.45 | 18.41 | 45.61 | - |
| YUV | 117.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 181 | 0 | 0.63 | 0.04 | 0.26 | 304 | 0.48 | 0.51 |
| Hex | BD | 45 | B5 | 0 | 3F | 4 | 1A | 130 | 30 | 33 |
| Octal | 275 | 105 | 265 | 0 | 77 | 4 | 32 | 460 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10110101 | 0 | 111111 | 100 | 11010 | 100110000 | 110000 | 110011 |
Color Harmonies of #BD45B5
Complementary color
Monochromatic Colors of #BD45B5
Black with #BD45B5
Text Example
Text Example
White with #BD45B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45B5; }
p { color: rgb(189,69,181); }
H1.HeaderClassName
{
color: #BD45B5;
}
.AnyTagClassName
{
color: #BD45B5;
}
</style>
background-color css
<style>
a { background-color: #BD45B5; }
a { background-color: rgb(189,69,181); }
div.DivClassName
{
background-color: #BD45B5;
}
.BgClassName
{
background-color: #BD45B5;
}
</style>
border-color css
<style>
span { border-color: #BD45B5; }
span { border-color: rgb(189,69,181); }
td.TdClassName
{
border-color: #BD45B5;
}
.TagClassName
{
border-color: #BD45B5;
}
</style>