Shades of Fuchsia #BD30B6
Tints of Fuchsia #BD30B6
RGB
CMYK
RGB Variations
Color information
#BD30B6 (or 0xBD30B6) is known color: Fuchsia. HEX triplet: BD, 30 and B6. RGB value is (189,48,182). Sum of RGB (Red+Green+Blue) = 189+48+182=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30B6 is #42CF49. Grayscale: #696969. Windows color (decimal): -4378442 or 11940029. OLE color: 11940029.
HSL color Cylindrical-coordinate representation of color #BD30B6: hue angle of 302.98º 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 #BD30B6 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 182 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.26 |
| HSL | 302.98º | 0.59% | 0.46% | - |
| HSV(B) | 302.98º | 0.75% | 0.74% | - |
| XYZ | 30.49 | 16.31 | 45.8 | - |
| YUV | 105.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 182 | 0 | 0.75 | 0.04 | 0.26 | 302.98 | 0.59 | 0.46 |
| Hex | BD | 30 | B6 | 0 | 4B | 4 | 1A | 12F | 3B | 2E |
| Octal | 275 | 60 | 266 | 0 | 113 | 4 | 32 | 457 | 73 | 56 |
| Binary | 10111101 | 110000 | 10110110 | 0 | 1001011 | 100 | 11010 | 100101111 | 111011 | 101110 |
Color Harmonies of #BD30B6
Complementary color
Monochromatic Colors of #BD30B6
Black with #BD30B6
Text Example
Text Example
White with #BD30B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30B6; }
p { color: rgb(189,48,182); }
H1.HeaderClassName
{
color: #BD30B6;
}
.AnyTagClassName
{
color: #BD30B6;
}
</style>
background-color css
<style>
a { background-color: #BD30B6; }
a { background-color: rgb(189,48,182); }
div.DivClassName
{
background-color: #BD30B6;
}
.BgClassName
{
background-color: #BD30B6;
}
</style>
border-color css
<style>
span { border-color: #BD30B6; }
span { border-color: rgb(189,48,182); }
td.TdClassName
{
border-color: #BD30B6;
}
.TagClassName
{
border-color: #BD30B6;
}
</style>