Shades of Fuchsia #BD4CC8
Tints of Fuchsia #BD4CC8
RGB
CMYK
RGB Variations
Color information
#BD4CC8 (or 0xBD4CC8) is known color: Fuchsia. HEX triplet: BD, 4C and C8. RGB value is (189,76,200). Sum of RGB (Red+Green+Blue) = 189+76+200=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD4CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CC8 is #42B337. Grayscale: #7B7B7B. Windows color (decimal): -4371256 or 13126845. OLE color: 13126845.
HSL color Cylindrical-coordinate representation of color #BD4CC8: hue angle of 294.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4CC8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 76 | 200 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.22 |
| HSL | 294.68º | 0.53% | 0.54% | - |
| HSV(B) | 294.68º | 0.62% | 0.78% | - |
| XYZ | 34 | 20.16 | 56.74 | - |
| YUV | 123.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 200 | 0.06 | 0.62 | 0 | 0.22 | 294.68 | 0.53 | 0.54 |
| Hex | BD | 4C | C8 | 6 | 3E | 0 | 16 | 127 | 35 | 36 |
| Octal | 275 | 114 | 310 | 6 | 76 | 0 | 26 | 447 | 65 | 66 |
| Binary | 10111101 | 1001100 | 11001000 | 110 | 111110 | 0 | 10110 | 100100111 | 110101 | 110110 |
Color Harmonies of #BD4CC8
Complementary color
Monochromatic Colors of #BD4CC8
Black with #BD4CC8
Text Example
Text Example
White with #BD4CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CC8; }
p { color: rgb(189,76,200); }
H1.HeaderClassName
{
color: #BD4CC8;
}
.AnyTagClassName
{
color: #BD4CC8;
}
</style>
background-color css
<style>
a { background-color: #BD4CC8; }
a { background-color: rgb(189,76,200); }
div.DivClassName
{
background-color: #BD4CC8;
}
.BgClassName
{
background-color: #BD4CC8;
}
</style>
border-color css
<style>
span { border-color: #BD4CC8; }
span { border-color: rgb(189,76,200); }
td.TdClassName
{
border-color: #BD4CC8;
}
.TagClassName
{
border-color: #BD4CC8;
}
</style>