Shades of Fuchsia #BD30AB
Tints of Fuchsia #BD30AB
RGB
CMYK
RGB Variations
Color information
#BD30AB (or 0xBD30AB) is known color: Fuchsia. HEX triplet: BD, 30 and AB. RGB value is (189,48,171). Sum of RGB (Red+Green+Blue) = 189+48+171=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30AB is #42CF54. Grayscale: #676767. Windows color (decimal): -4378453 or 11219133. OLE color: 11219133.
HSL color Cylindrical-coordinate representation of color #BD30AB: hue angle of 307.66º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD30AB is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 171 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.26 |
| HSL | 307.66º | 0.59% | 0.46% | - |
| HSV(B) | 307.66º | 0.75% | 0.74% | - |
| XYZ | 29.39 | 15.87 | 40.04 | - |
| YUV | 104.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 171 | 0 | 0.75 | 0.10 | 0.26 | 307.66 | 0.59 | 0.46 |
| Hex | BD | 30 | AB | 0 | 4B | A | 1A | 134 | 3B | 2E |
| Octal | 275 | 60 | 253 | 0 | 113 | 12 | 32 | 464 | 73 | 56 |
| Binary | 10111101 | 110000 | 10101011 | 0 | 1001011 | 1010 | 11010 | 100110100 | 111011 | 101110 |
Color Harmonies of #BD30AB
Complementary color
Monochromatic Colors of #BD30AB
Black with #BD30AB
Text Example
Text Example
White with #BD30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30AB; }
p { color: rgb(189,48,171); }
H1.HeaderClassName
{
color: #BD30AB;
}
.AnyTagClassName
{
color: #BD30AB;
}
</style>
background-color css
<style>
a { background-color: #BD30AB; }
a { background-color: rgb(189,48,171); }
div.DivClassName
{
background-color: #BD30AB;
}
.BgClassName
{
background-color: #BD30AB;
}
</style>
border-color css
<style>
span { border-color: #BD30AB; }
span { border-color: rgb(189,48,171); }
td.TdClassName
{
border-color: #BD30AB;
}
.TagClassName
{
border-color: #BD30AB;
}
</style>