Shades of Fuchsia #BD43B4
Tints of Fuchsia #BD43B4
RGB
CMYK
RGB Variations
Color information
#BD43B4 (or 0xBD43B4) is known color: Fuchsia. HEX triplet: BD, 43 and B4. RGB value is (189,67,180). Sum of RGB (Red+Green+Blue) = 189+67+180=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43B4 is #42BC4B. Grayscale: #747474. Windows color (decimal): -4373580 or 11813821. OLE color: 11813821.
HSL color Cylindrical-coordinate representation of color #BD43B4: hue angle of 304.43º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD43B4 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 180 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.26 |
| HSL | 304.43º | 0.48% | 0.5% | - |
| HSV(B) | 304.43º | 0.65% | 0.74% | - |
| XYZ | 31.23 | 18.13 | 45.03 | - |
| YUV | 116.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 180 | 0 | 0.65 | 0.05 | 0.26 | 304.43 | 0.48 | 0.5 |
| Hex | BD | 43 | B4 | 0 | 41 | 5 | 1A | 130 | 30 | 32 |
| Octal | 275 | 103 | 264 | 0 | 101 | 5 | 32 | 460 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10110100 | 0 | 1000001 | 101 | 11010 | 100110000 | 110000 | 110010 |
Color Harmonies of #BD43B4
Complementary color
Monochromatic Colors of #BD43B4
Black with #BD43B4
Text Example
Text Example
White with #BD43B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43B4; }
p { color: rgb(189,67,180); }
H1.HeaderClassName
{
color: #BD43B4;
}
.AnyTagClassName
{
color: #BD43B4;
}
</style>
background-color css
<style>
a { background-color: #BD43B4; }
a { background-color: rgb(189,67,180); }
div.DivClassName
{
background-color: #BD43B4;
}
.BgClassName
{
background-color: #BD43B4;
}
</style>
border-color css
<style>
span { border-color: #BD43B4; }
span { border-color: rgb(189,67,180); }
td.TdClassName
{
border-color: #BD43B4;
}
.TagClassName
{
border-color: #BD43B4;
}
</style>