Shades of Fuchsia #BD4AC6
Tints of Fuchsia #BD4AC6
RGB
CMYK
RGB Variations
Color information
#BD4AC6 (or 0xBD4AC6) is known color: Fuchsia. HEX triplet: BD, 4A and C6. RGB value is (189,74,198). Sum of RGB (Red+Green+Blue) = 189+74+198=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD4AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4AC6 is #42B539. Grayscale: #7A7A7A. Windows color (decimal): -4371770 or 12995261. OLE color: 12995261.
HSL color Cylindrical-coordinate representation of color #BD4AC6: hue angle of 295.65º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4AC6 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 74 | 198 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.22 |
| HSL | 295.65º | 0.52% | 0.53% | - |
| HSV(B) | 295.65º | 0.63% | 0.78% | - |
| XYZ | 33.63 | 19.79 | 55.47 | - |
| YUV | 122.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 198 | 0.05 | 0.63 | 0 | 0.22 | 295.65 | 0.52 | 0.53 |
| Hex | BD | 4A | C6 | 5 | 3F | 0 | 16 | 128 | 34 | 35 |
| Octal | 275 | 112 | 306 | 5 | 77 | 0 | 26 | 450 | 64 | 65 |
| Binary | 10111101 | 1001010 | 11000110 | 101 | 111111 | 0 | 10110 | 100101000 | 110100 | 110101 |
Color Harmonies of #BD4AC6
Complementary color
Monochromatic Colors of #BD4AC6
Black with #BD4AC6
Text Example
Text Example
White with #BD4AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4AC6; }
p { color: rgb(189,74,198); }
H1.HeaderClassName
{
color: #BD4AC6;
}
.AnyTagClassName
{
color: #BD4AC6;
}
</style>
background-color css
<style>
a { background-color: #BD4AC6; }
a { background-color: rgb(189,74,198); }
div.DivClassName
{
background-color: #BD4AC6;
}
.BgClassName
{
background-color: #BD4AC6;
}
</style>
border-color css
<style>
span { border-color: #BD4AC6; }
span { border-color: rgb(189,74,198); }
td.TdClassName
{
border-color: #BD4AC6;
}
.TagClassName
{
border-color: #BD4AC6;
}
</style>