Shades of Fuchsia #BD41B4
Tints of Fuchsia #BD41B4
RGB
CMYK
RGB Variations
Color information
#BD41B4 (or 0xBD41B4) is known color: Fuchsia. HEX triplet: BD, 41 and B4. RGB value is (189,65,180). Sum of RGB (Red+Green+Blue) = 189+65+180=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41B4 is #42BE4B. Grayscale: #727272. Windows color (decimal): -4374092 or 11813309. OLE color: 11813309.
HSL color Cylindrical-coordinate representation of color #BD41B4: hue angle of 304.35º 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 #BD41B4 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 180 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.26 |
| HSL | 304.35º | 0.49% | 0.5% | - |
| HSV(B) | 304.35º | 0.66% | 0.74% | - |
| XYZ | 31.11 | 17.89 | 44.99 | - |
| YUV | 115.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 180 | 0 | 0.66 | 0.05 | 0.26 | 304.35 | 0.49 | 0.5 |
| Hex | BD | 41 | B4 | 0 | 42 | 5 | 1A | 130 | 31 | 32 |
| Octal | 275 | 101 | 264 | 0 | 102 | 5 | 32 | 460 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10110100 | 0 | 1000010 | 101 | 11010 | 100110000 | 110001 | 110010 |
Color Harmonies of #BD41B4
Complementary color
Monochromatic Colors of #BD41B4
Black with #BD41B4
Text Example
Text Example
White with #BD41B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41B4; }
p { color: rgb(189,65,180); }
H1.HeaderClassName
{
color: #BD41B4;
}
.AnyTagClassName
{
color: #BD41B4;
}
</style>
background-color css
<style>
a { background-color: #BD41B4; }
a { background-color: rgb(189,65,180); }
div.DivClassName
{
background-color: #BD41B4;
}
.BgClassName
{
background-color: #BD41B4;
}
</style>
border-color css
<style>
span { border-color: #BD41B4; }
span { border-color: rgb(189,65,180); }
td.TdClassName
{
border-color: #BD41B4;
}
.TagClassName
{
border-color: #BD41B4;
}
</style>