Shades of Fuchsia #BD33AB
Tints of Fuchsia #BD33AB
RGB
CMYK
RGB Variations
Color information
#BD33AB (or 0xBD33AB) is known color: Fuchsia. HEX triplet: BD, 33 and AB. RGB value is (189,51,171). Sum of RGB (Red+Green+Blue) = 189+51+171=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD33AB is #42CC54. Grayscale: #696969. Windows color (decimal): -4377685 or 11219901. OLE color: 11219901.
HSL color Cylindrical-coordinate representation of color #BD33AB: hue angle of 307.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD33AB is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 171 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.26 |
| HSL | 307.83º | 0.58% | 0.47% | - |
| HSV(B) | 307.83º | 0.73% | 0.74% | - |
| XYZ | 29.52 | 16.13 | 40.08 | - |
| YUV | 105.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 171 | 0 | 0.73 | 0.10 | 0.26 | 307.83 | 0.58 | 0.47 |
| Hex | BD | 33 | AB | 0 | 49 | A | 1A | 134 | 3A | 2F |
| Octal | 275 | 63 | 253 | 0 | 111 | 12 | 32 | 464 | 72 | 57 |
| Binary | 10111101 | 110011 | 10101011 | 0 | 1001001 | 1010 | 11010 | 100110100 | 111010 | 101111 |
Color Harmonies of #BD33AB
Complementary color
Monochromatic Colors of #BD33AB
Black with #BD33AB
Text Example
Text Example
White with #BD33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33AB; }
p { color: rgb(189,51,171); }
H1.HeaderClassName
{
color: #BD33AB;
}
.AnyTagClassName
{
color: #BD33AB;
}
</style>
background-color css
<style>
a { background-color: #BD33AB; }
a { background-color: rgb(189,51,171); }
div.DivClassName
{
background-color: #BD33AB;
}
.BgClassName
{
background-color: #BD33AB;
}
</style>
border-color css
<style>
span { border-color: #BD33AB; }
span { border-color: rgb(189,51,171); }
td.TdClassName
{
border-color: #BD33AB;
}
.TagClassName
{
border-color: #BD33AB;
}
</style>