Shades of Fuchsia #BD30B5
Tints of Fuchsia #BD30B5
RGB
CMYK
RGB Variations
Color information
#BD30B5 (or 0xBD30B5) is known color: Fuchsia. HEX triplet: BD, 30 and B5. RGB value is (189,48,181). Sum of RGB (Red+Green+Blue) = 189+48+181=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30B5 is #42CF4A. Grayscale: #686868. Windows color (decimal): -4378443 or 11874493. OLE color: 11874493.
HSL color Cylindrical-coordinate representation of color #BD30B5: hue angle of 303.4º 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 #BD30B5 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 181 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.26 |
| HSL | 303.4º | 0.59% | 0.46% | - |
| HSV(B) | 303.4º | 0.75% | 0.74% | - |
| XYZ | 30.38 | 16.27 | 45.25 | - |
| YUV | 105.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 181 | 0 | 0.75 | 0.04 | 0.26 | 303.4 | 0.59 | 0.46 |
| Hex | BD | 30 | B5 | 0 | 4B | 4 | 1A | 12F | 3B | 2E |
| Octal | 275 | 60 | 265 | 0 | 113 | 4 | 32 | 457 | 73 | 56 |
| Binary | 10111101 | 110000 | 10110101 | 0 | 1001011 | 100 | 11010 | 100101111 | 111011 | 101110 |
Color Harmonies of #BD30B5
Complementary color
Monochromatic Colors of #BD30B5
Black with #BD30B5
Text Example
Text Example
White with #BD30B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30B5; }
p { color: rgb(189,48,181); }
H1.HeaderClassName
{
color: #BD30B5;
}
.AnyTagClassName
{
color: #BD30B5;
}
</style>
background-color css
<style>
a { background-color: #BD30B5; }
a { background-color: rgb(189,48,181); }
div.DivClassName
{
background-color: #BD30B5;
}
.BgClassName
{
background-color: #BD30B5;
}
</style>
border-color css
<style>
span { border-color: #BD30B5; }
span { border-color: rgb(189,48,181); }
td.TdClassName
{
border-color: #BD30B5;
}
.TagClassName
{
border-color: #BD30B5;
}
</style>