Shades of Fuchsia #BD32BB
Tints of Fuchsia #BD32BB
RGB
CMYK
RGB Variations
Color information
#BD32BB (or 0xBD32BB) is known color: Fuchsia. HEX triplet: BD, 32 and BB. RGB value is (189,50,187). Sum of RGB (Red+Green+Blue) = 189+50+187=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32BB is #42CD44. Grayscale: #6A6A6A. Windows color (decimal): -4377925 or 12268221. OLE color: 12268221.
HSL color Cylindrical-coordinate representation of color #BD32BB: hue angle of 300.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD32BB is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 187 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.26 |
| HSL | 300.86º | 0.58% | 0.47% | - |
| HSV(B) | 300.86º | 0.74% | 0.74% | - |
| XYZ | 31.1 | 16.69 | 48.6 | - |
| YUV | 107.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 187 | 0 | 0.74 | 0.01 | 0.26 | 300.86 | 0.58 | 0.47 |
| Hex | BD | 32 | BB | 0 | 4A | 1 | 1A | 12D | 3A | 2F |
| Octal | 275 | 62 | 273 | 0 | 112 | 1 | 32 | 455 | 72 | 57 |
| Binary | 10111101 | 110010 | 10111011 | 0 | 1001010 | 1 | 11010 | 100101101 | 111010 | 101111 |
Color Harmonies of #BD32BB
Complementary color
Monochromatic Colors of #BD32BB
Black with #BD32BB
Text Example
Text Example
White with #BD32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32BB; }
p { color: rgb(189,50,187); }
H1.HeaderClassName
{
color: #BD32BB;
}
.AnyTagClassName
{
color: #BD32BB;
}
</style>
background-color css
<style>
a { background-color: #BD32BB; }
a { background-color: rgb(189,50,187); }
div.DivClassName
{
background-color: #BD32BB;
}
.BgClassName
{
background-color: #BD32BB;
}
</style>
border-color css
<style>
span { border-color: #BD32BB; }
span { border-color: rgb(189,50,187); }
td.TdClassName
{
border-color: #BD32BB;
}
.TagClassName
{
border-color: #BD32BB;
}
</style>