Shades of Fuchsia #BD57C5
Tints of Fuchsia #BD57C5
RGB
CMYK
RGB Variations
Color information
#BD57C5 (or 0xBD57C5) is known color: Fuchsia. HEX triplet: BD, 57 and C5. RGB value is (189,87,197). Sum of RGB (Red+Green+Blue) = 189+87+197=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD57C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57C5 is #42A83A. Grayscale: #818181. Windows color (decimal): -4368443 or 12933053. OLE color: 12933053.
HSL color Cylindrical-coordinate representation of color #BD57C5: hue angle of 295.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD57C5 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 87 | 197 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.23 |
| HSL | 295.64º | 0.49% | 0.56% | - |
| HSV(B) | 295.64º | 0.56% | 0.77% | - |
| XYZ | 34.47 | 21.67 | 55.19 | - |
| YUV | 130.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 197 | 0.04 | 0.56 | 0 | 0.23 | 295.64 | 0.49 | 0.56 |
| Hex | BD | 57 | C5 | 4 | 38 | 0 | 17 | 128 | 31 | 38 |
| Octal | 275 | 127 | 305 | 4 | 70 | 0 | 27 | 450 | 61 | 70 |
| Binary | 10111101 | 1010111 | 11000101 | 100 | 111000 | 0 | 10111 | 100101000 | 110001 | 111000 |
Color Harmonies of #BD57C5
Complementary color
Monochromatic Colors of #BD57C5
Black with #BD57C5
Text Example
Text Example
White with #BD57C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57C5; }
p { color: rgb(189,87,197); }
H1.HeaderClassName
{
color: #BD57C5;
}
.AnyTagClassName
{
color: #BD57C5;
}
</style>
background-color css
<style>
a { background-color: #BD57C5; }
a { background-color: rgb(189,87,197); }
div.DivClassName
{
background-color: #BD57C5;
}
.BgClassName
{
background-color: #BD57C5;
}
</style>
border-color css
<style>
span { border-color: #BD57C5; }
span { border-color: rgb(189,87,197); }
td.TdClassName
{
border-color: #BD57C5;
}
.TagClassName
{
border-color: #BD57C5;
}
</style>