Shades of Fuchsia #BD50B5
Tints of Fuchsia #BD50B5
RGB
CMYK
RGB Variations
Color information
#BD50B5 (or 0xBD50B5) is known color: Fuchsia. HEX triplet: BD, 50 and B5. RGB value is (189,80,181). Sum of RGB (Red+Green+Blue) = 189+80+181=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50B5 is #42AF4A. Grayscale: #7B7B7B. Windows color (decimal): -4370251 or 11882685. OLE color: 11882685.
HSL color Cylindrical-coordinate representation of color #BD50B5: hue angle of 304.4º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD50B5 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 181 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.26 |
| HSL | 304.4º | 0.45% | 0.53% | - |
| HSV(B) | 304.4º | 0.58% | 0.74% | - |
| XYZ | 32.2 | 19.89 | 45.86 | - |
| YUV | 124.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 181 | 0 | 0.58 | 0.04 | 0.26 | 304.4 | 0.45 | 0.53 |
| Hex | BD | 50 | B5 | 0 | 3A | 4 | 1A | 130 | 2D | 35 |
| Octal | 275 | 120 | 265 | 0 | 72 | 4 | 32 | 460 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10110101 | 0 | 111010 | 100 | 11010 | 100110000 | 101101 | 110101 |
Color Harmonies of #BD50B5
Complementary color
Monochromatic Colors of #BD50B5
Black with #BD50B5
Text Example
Text Example
White with #BD50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50B5; }
p { color: rgb(189,80,181); }
H1.HeaderClassName
{
color: #BD50B5;
}
.AnyTagClassName
{
color: #BD50B5;
}
</style>
background-color css
<style>
a { background-color: #BD50B5; }
a { background-color: rgb(189,80,181); }
div.DivClassName
{
background-color: #BD50B5;
}
.BgClassName
{
background-color: #BD50B5;
}
</style>
border-color css
<style>
span { border-color: #BD50B5; }
span { border-color: rgb(189,80,181); }
td.TdClassName
{
border-color: #BD50B5;
}
.TagClassName
{
border-color: #BD50B5;
}
</style>