Shades of Fuchsia #BD30AF
Tints of Fuchsia #BD30AF
RGB
CMYK
RGB Variations
Color information
#BD30AF (or 0xBD30AF) is known color: Fuchsia. HEX triplet: BD, 30 and AF. RGB value is (189,48,175). Sum of RGB (Red+Green+Blue) = 189+48+175=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30AF is #42CF50. Grayscale: #686868. Windows color (decimal): -4378449 or 11481277. OLE color: 11481277.
HSL color Cylindrical-coordinate representation of color #BD30AF: hue angle of 305.96º 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 #BD30AF is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 175 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.26 |
| HSL | 305.96º | 0.59% | 0.46% | - |
| HSV(B) | 305.96º | 0.75% | 0.74% | - |
| XYZ | 29.78 | 16.03 | 42.08 | - |
| YUV | 104.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 175 | 0 | 0.75 | 0.07 | 0.26 | 305.96 | 0.59 | 0.46 |
| Hex | BD | 30 | AF | 0 | 4B | 7 | 1A | 132 | 3B | 2E |
| Octal | 275 | 60 | 257 | 0 | 113 | 7 | 32 | 462 | 73 | 56 |
| Binary | 10111101 | 110000 | 10101111 | 0 | 1001011 | 111 | 11010 | 100110010 | 111011 | 101110 |
Color Harmonies of #BD30AF
Complementary color
Monochromatic Colors of #BD30AF
Black with #BD30AF
Text Example
Text Example
White with #BD30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30AF; }
p { color: rgb(189,48,175); }
H1.HeaderClassName
{
color: #BD30AF;
}
.AnyTagClassName
{
color: #BD30AF;
}
</style>
background-color css
<style>
a { background-color: #BD30AF; }
a { background-color: rgb(189,48,175); }
div.DivClassName
{
background-color: #BD30AF;
}
.BgClassName
{
background-color: #BD30AF;
}
</style>
border-color css
<style>
span { border-color: #BD30AF; }
span { border-color: rgb(189,48,175); }
td.TdClassName
{
border-color: #BD30AF;
}
.TagClassName
{
border-color: #BD30AF;
}
</style>