Shades of Fuchsia #BD30BD
Tints of Fuchsia #BD30BD
RGB
CMYK
RGB Variations
Color information
#BD30BD (or 0xBD30BD) is known color: Fuchsia. HEX triplet: BD, 30 and BD. RGB value is (189,48,189). Sum of RGB (Red+Green+Blue) = 189+48+189=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD30BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30BD is #42CF42. Grayscale: #696969. Windows color (decimal): -4378435 or 12398781. OLE color: 12398781.
HSL color Cylindrical-coordinate representation of color #BD30BD: hue angle of 300º 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 #BD30BD is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 189 | - |
| CMYK | 0 | 0.75 | 0 | 0.26 |
| HSL | 300º | 0.59% | 0.46% | - |
| HSV(B) | 300º | 0.75% | 0.74% | - |
| XYZ | 31.23 | 16.61 | 49.7 | - |
| YUV | 106.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 189 | 0 | 0.75 | 0 | 0.26 | 300 | 0.59 | 0.46 |
| Hex | BD | 30 | BD | 0 | 4B | 0 | 1A | 12C | 3B | 2E |
| Octal | 275 | 60 | 275 | 0 | 113 | 0 | 32 | 454 | 73 | 56 |
| Binary | 10111101 | 110000 | 10111101 | 0 | 1001011 | 0 | 11010 | 100101100 | 111011 | 101110 |
Color Harmonies of #BD30BD
Complementary color
Monochromatic Colors of #BD30BD
Black with #BD30BD
Text Example
Text Example
White with #BD30BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30BD; }
p { color: rgb(189,48,189); }
H1.HeaderClassName
{
color: #BD30BD;
}
.AnyTagClassName
{
color: #BD30BD;
}
</style>
background-color css
<style>
a { background-color: #BD30BD; }
a { background-color: rgb(189,48,189); }
div.DivClassName
{
background-color: #BD30BD;
}
.BgClassName
{
background-color: #BD30BD;
}
</style>
border-color css
<style>
span { border-color: #BD30BD; }
span { border-color: rgb(189,48,189); }
td.TdClassName
{
border-color: #BD30BD;
}
.TagClassName
{
border-color: #BD30BD;
}
</style>