Shades of Fuchsia #BD30BA
Tints of Fuchsia #BD30BA
RGB
CMYK
RGB Variations
Color information
#BD30BA (or 0xBD30BA) is known color: Fuchsia. HEX triplet: BD, 30 and BA. RGB value is (189,48,186). Sum of RGB (Red+Green+Blue) = 189+48+186=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30BA is #42CF45. Grayscale: #696969. Windows color (decimal): -4378438 or 12202173. OLE color: 12202173.
HSL color Cylindrical-coordinate representation of color #BD30BA: hue angle of 301.28º 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 #BD30BA is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 186 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.26 |
| HSL | 301.28º | 0.59% | 0.46% | - |
| HSV(B) | 301.28º | 0.75% | 0.74% | - |
| XYZ | 30.91 | 16.48 | 48.01 | - |
| YUV | 105.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 186 | 0 | 0.75 | 0.02 | 0.26 | 301.28 | 0.59 | 0.46 |
| Hex | BD | 30 | BA | 0 | 4B | 2 | 1A | 12D | 3B | 2E |
| Octal | 275 | 60 | 272 | 0 | 113 | 2 | 32 | 455 | 73 | 56 |
| Binary | 10111101 | 110000 | 10111010 | 0 | 1001011 | 10 | 11010 | 100101101 | 111011 | 101110 |
Color Harmonies of #BD30BA
Complementary color
Monochromatic Colors of #BD30BA
Black with #BD30BA
Text Example
Text Example
White with #BD30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30BA; }
p { color: rgb(189,48,186); }
H1.HeaderClassName
{
color: #BD30BA;
}
.AnyTagClassName
{
color: #BD30BA;
}
</style>
background-color css
<style>
a { background-color: #BD30BA; }
a { background-color: rgb(189,48,186); }
div.DivClassName
{
background-color: #BD30BA;
}
.BgClassName
{
background-color: #BD30BA;
}
</style>
border-color css
<style>
span { border-color: #BD30BA; }
span { border-color: rgb(189,48,186); }
td.TdClassName
{
border-color: #BD30BA;
}
.TagClassName
{
border-color: #BD30BA;
}
</style>