Shades of Fuchsia #BD45B2
Tints of Fuchsia #BD45B2
RGB
CMYK
RGB Variations
Color information
#BD45B2 (or 0xBD45B2) is known color: Fuchsia. HEX triplet: BD, 45 and B2. RGB value is (189,69,178). Sum of RGB (Red+Green+Blue) = 189+69+178=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD45B2 is #42BA4D. Grayscale: #747474. Windows color (decimal): -4373070 or 11683261. OLE color: 11683261.
HSL color Cylindrical-coordinate representation of color #BD45B2: hue angle of 305.5º 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 #BD45B2 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 178 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.26 |
| HSL | 305.5º | 0.48% | 0.51% | - |
| HSV(B) | 305.5º | 0.63% | 0.74% | - |
| XYZ | 31.15 | 18.29 | 44.01 | - |
| YUV | 117.31 | 162.26 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 178 | 0 | 0.63 | 0.06 | 0.26 | 305.5 | 0.48 | 0.51 |
| Hex | BD | 45 | B2 | 0 | 3F | 6 | 1A | 132 | 30 | 33 |
| Octal | 275 | 105 | 262 | 0 | 77 | 6 | 32 | 462 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10110010 | 0 | 111111 | 110 | 11010 | 100110010 | 110000 | 110011 |
Color Harmonies of #BD45B2
Complementary color
Monochromatic Colors of #BD45B2
Black with #BD45B2
Text Example
Text Example
White with #BD45B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45B2; }
p { color: rgb(189,69,178); }
H1.HeaderClassName
{
color: #BD45B2;
}
.AnyTagClassName
{
color: #BD45B2;
}
</style>
background-color css
<style>
a { background-color: #BD45B2; }
a { background-color: rgb(189,69,178); }
div.DivClassName
{
background-color: #BD45B2;
}
.BgClassName
{
background-color: #BD45B2;
}
</style>
border-color css
<style>
span { border-color: #BD45B2; }
span { border-color: rgb(189,69,178); }
td.TdClassName
{
border-color: #BD45B2;
}
.TagClassName
{
border-color: #BD45B2;
}
</style>