Shades of Fuchsia #BD40B0
Tints of Fuchsia #BD40B0
RGB
CMYK
RGB Variations
Color information
#BD40B0 (or 0xBD40B0) is known color: Fuchsia. HEX triplet: BD, 40 and B0. RGB value is (189,64,176). Sum of RGB (Red+Green+Blue) = 189+64+176=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD40B0 is #42BF4F. Grayscale: #717171. Windows color (decimal): -4374352 or 11550909. OLE color: 11550909.
HSL color Cylindrical-coordinate representation of color #BD40B0: hue angle of 306.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD40B0 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 176 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.26 |
| HSL | 306.24º | 0.49% | 0.5% | - |
| HSV(B) | 306.24º | 0.66% | 0.74% | - |
| XYZ | 30.66 | 17.62 | 42.86 | - |
| YUV | 114.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 176 | 0 | 0.66 | 0.07 | 0.26 | 306.24 | 0.49 | 0.5 |
| Hex | BD | 40 | B0 | 0 | 42 | 7 | 1A | 132 | 31 | 32 |
| Octal | 275 | 100 | 260 | 0 | 102 | 7 | 32 | 462 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10110000 | 0 | 1000010 | 111 | 11010 | 100110010 | 110001 | 110010 |
Color Harmonies of #BD40B0
Complementary color
Monochromatic Colors of #BD40B0
Black with #BD40B0
Text Example
Text Example
White with #BD40B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40B0; }
p { color: rgb(189,64,176); }
H1.HeaderClassName
{
color: #BD40B0;
}
.AnyTagClassName
{
color: #BD40B0;
}
</style>
background-color css
<style>
a { background-color: #BD40B0; }
a { background-color: rgb(189,64,176); }
div.DivClassName
{
background-color: #BD40B0;
}
.BgClassName
{
background-color: #BD40B0;
}
</style>
border-color css
<style>
span { border-color: #BD40B0; }
span { border-color: rgb(189,64,176); }
td.TdClassName
{
border-color: #BD40B0;
}
.TagClassName
{
border-color: #BD40B0;
}
</style>