Shades of Fuchsia #BD45BB
Tints of Fuchsia #BD45BB
RGB
CMYK
RGB Variations
Color information
#BD45BB (or 0xBD45BB) is known color: Fuchsia. HEX triplet: BD, 45 and BB. RGB value is (189,69,187). Sum of RGB (Red+Green+Blue) = 189+69+187=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45BB is #42BA44. Grayscale: #757575. Windows color (decimal): -4373061 or 12273085. OLE color: 12273085.
HSL color Cylindrical-coordinate representation of color #BD45BB: hue angle of 301º 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 #BD45BB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 187 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.26 |
| HSL | 301º | 0.48% | 0.51% | - |
| HSV(B) | 301º | 0.63% | 0.74% | - |
| XYZ | 32.08 | 18.66 | 48.93 | - |
| YUV | 118.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 187 | 0 | 0.63 | 0.01 | 0.26 | 301 | 0.48 | 0.51 |
| Hex | BD | 45 | BB | 0 | 3F | 1 | 1A | 12D | 30 | 33 |
| Octal | 275 | 105 | 273 | 0 | 77 | 1 | 32 | 455 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10111011 | 0 | 111111 | 1 | 11010 | 100101101 | 110000 | 110011 |
Color Harmonies of #BD45BB
Complementary color
Monochromatic Colors of #BD45BB
Black with #BD45BB
Text Example
Text Example
White with #BD45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45BB; }
p { color: rgb(189,69,187); }
H1.HeaderClassName
{
color: #BD45BB;
}
.AnyTagClassName
{
color: #BD45BB;
}
</style>
background-color css
<style>
a { background-color: #BD45BB; }
a { background-color: rgb(189,69,187); }
div.DivClassName
{
background-color: #BD45BB;
}
.BgClassName
{
background-color: #BD45BB;
}
</style>
border-color css
<style>
span { border-color: #BD45BB; }
span { border-color: rgb(189,69,187); }
td.TdClassName
{
border-color: #BD45BB;
}
.TagClassName
{
border-color: #BD45BB;
}
</style>