Shades of Fuchsia #BD30B1
Tints of Fuchsia #BD30B1
RGB
CMYK
RGB Variations
Color information
#BD30B1 (or 0xBD30B1) is known color: Fuchsia. HEX triplet: BD, 30 and B1. RGB value is (189,48,177). Sum of RGB (Red+Green+Blue) = 189+48+177=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30B1 is #42CF4E. Grayscale: #686868. Windows color (decimal): -4378447 or 11612349. OLE color: 11612349.
HSL color Cylindrical-coordinate representation of color #BD30B1: hue angle of 305.11º 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 #BD30B1 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 177 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.26 |
| HSL | 305.11º | 0.59% | 0.46% | - |
| HSV(B) | 305.11º | 0.75% | 0.74% | - |
| XYZ | 29.98 | 16.11 | 43.12 | - |
| YUV | 104.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 177 | 0 | 0.75 | 0.06 | 0.26 | 305.11 | 0.59 | 0.46 |
| Hex | BD | 30 | B1 | 0 | 4B | 6 | 1A | 131 | 3B | 2E |
| Octal | 275 | 60 | 261 | 0 | 113 | 6 | 32 | 461 | 73 | 56 |
| Binary | 10111101 | 110000 | 10110001 | 0 | 1001011 | 110 | 11010 | 100110001 | 111011 | 101110 |
Color Harmonies of #BD30B1
Complementary color
Monochromatic Colors of #BD30B1
Black with #BD30B1
Text Example
Text Example
White with #BD30B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30B1; }
p { color: rgb(189,48,177); }
H1.HeaderClassName
{
color: #BD30B1;
}
.AnyTagClassName
{
color: #BD30B1;
}
</style>
background-color css
<style>
a { background-color: #BD30B1; }
a { background-color: rgb(189,48,177); }
div.DivClassName
{
background-color: #BD30B1;
}
.BgClassName
{
background-color: #BD30B1;
}
</style>
border-color css
<style>
span { border-color: #BD30B1; }
span { border-color: rgb(189,48,177); }
td.TdClassName
{
border-color: #BD30B1;
}
.TagClassName
{
border-color: #BD30B1;
}
</style>