Shades of Fuchsia #BD54C6
Tints of Fuchsia #BD54C6
RGB
CMYK
RGB Variations
Color information
#BD54C6 (or 0xBD54C6) is known color: Fuchsia. HEX triplet: BD, 54 and C6. RGB value is (189,84,198). Sum of RGB (Red+Green+Blue) = 189+84+198=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD54C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54C6 is #42AB39. Grayscale: #808080. Windows color (decimal): -4369210 or 12997821. OLE color: 12997821.
HSL color Cylindrical-coordinate representation of color #BD54C6: hue angle of 295.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD54C6 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 84 | 198 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.22 |
| HSL | 295.26º | 0.5% | 0.55% | - |
| HSV(B) | 295.26º | 0.58% | 0.78% | - |
| XYZ | 34.35 | 21.24 | 55.71 | - |
| YUV | 128.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 198 | 0.05 | 0.58 | 0 | 0.22 | 295.26 | 0.5 | 0.55 |
| Hex | BD | 54 | C6 | 5 | 3A | 0 | 16 | 127 | 32 | 37 |
| Octal | 275 | 124 | 306 | 5 | 72 | 0 | 26 | 447 | 62 | 67 |
| Binary | 10111101 | 1010100 | 11000110 | 101 | 111010 | 0 | 10110 | 100100111 | 110010 | 110111 |
Color Harmonies of #BD54C6
Complementary color
Monochromatic Colors of #BD54C6
Black with #BD54C6
Text Example
Text Example
White with #BD54C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54C6; }
p { color: rgb(189,84,198); }
H1.HeaderClassName
{
color: #BD54C6;
}
.AnyTagClassName
{
color: #BD54C6;
}
</style>
background-color css
<style>
a { background-color: #BD54C6; }
a { background-color: rgb(189,84,198); }
div.DivClassName
{
background-color: #BD54C6;
}
.BgClassName
{
background-color: #BD54C6;
}
</style>
border-color css
<style>
span { border-color: #BD54C6; }
span { border-color: rgb(189,84,198); }
td.TdClassName
{
border-color: #BD54C6;
}
.TagClassName
{
border-color: #BD54C6;
}
</style>