Shades of Fuchsia #BD43C8
Tints of Fuchsia #BD43C8
RGB
CMYK
RGB Variations
Color information
#BD43C8 (or 0xBD43C8) is known color: Fuchsia. HEX triplet: BD, 43 and C8. RGB value is (189,67,200). Sum of RGB (Red+Green+Blue) = 189+67+200=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD43C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43C8 is #42BC37. Grayscale: #767676. Windows color (decimal): -4373560 or 13124541. OLE color: 13124541.
HSL color Cylindrical-coordinate representation of color #BD43C8: hue angle of 295.04º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD43C8 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 67 | 200 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.22 |
| HSL | 295.04º | 0.55% | 0.52% | - |
| HSV(B) | 295.04º | 0.67% | 0.78% | - |
| XYZ | 33.42 | 19 | 56.55 | - |
| YUV | 118.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 200 | 0.06 | 0.66 | 0 | 0.22 | 295.04 | 0.55 | 0.52 |
| Hex | BD | 43 | C8 | 6 | 42 | 0 | 16 | 127 | 37 | 34 |
| Octal | 275 | 103 | 310 | 6 | 102 | 0 | 26 | 447 | 67 | 64 |
| Binary | 10111101 | 1000011 | 11001000 | 110 | 1000010 | 0 | 10110 | 100100111 | 110111 | 110100 |
Color Harmonies of #BD43C8
Complementary color
Monochromatic Colors of #BD43C8
Black with #BD43C8
Text Example
Text Example
White with #BD43C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43C8; }
p { color: rgb(189,67,200); }
H1.HeaderClassName
{
color: #BD43C8;
}
.AnyTagClassName
{
color: #BD43C8;
}
</style>
background-color css
<style>
a { background-color: #BD43C8; }
a { background-color: rgb(189,67,200); }
div.DivClassName
{
background-color: #BD43C8;
}
.BgClassName
{
background-color: #BD43C8;
}
</style>
border-color css
<style>
span { border-color: #BD43C8; }
span { border-color: rgb(189,67,200); }
td.TdClassName
{
border-color: #BD43C8;
}
.TagClassName
{
border-color: #BD43C8;
}
</style>