Shades of Fuchsia #BD60C1
Tints of Fuchsia #BD60C1
RGB
CMYK
RGB Variations
Color information
#BD60C1 (or 0xBD60C1) is known color: Fuchsia. HEX triplet: BD, 60 and C1. RGB value is (189,96,193). Sum of RGB (Red+Green+Blue) = 189+96+193=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD60C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60C1 is #429F3E. Grayscale: #868686. Windows color (decimal): -4366143 or 12673213. OLE color: 12673213.
HSL color Cylindrical-coordinate representation of color #BD60C1: hue angle of 297.53º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD60C1 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 96 | 193 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.24 |
| HSL | 297.53º | 0.44% | 0.57% | - |
| HSV(B) | 297.53º | 0.5% | 0.76% | - |
| XYZ | 34.79 | 23.03 | 53.06 | - |
| YUV | 134.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 193 | 0.02 | 0.50 | 0 | 0.24 | 297.53 | 0.44 | 0.57 |
| Hex | BD | 60 | C1 | 2 | 32 | 0 | 18 | 12A | 2C | 39 |
| Octal | 275 | 140 | 301 | 2 | 62 | 0 | 30 | 452 | 54 | 71 |
| Binary | 10111101 | 1100000 | 11000001 | 10 | 110010 | 0 | 11000 | 100101010 | 101100 | 111001 |
Color Harmonies of #BD60C1
Complementary color
Monochromatic Colors of #BD60C1
Black with #BD60C1
Text Example
Text Example
White with #BD60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60C1; }
p { color: rgb(189,96,193); }
H1.HeaderClassName
{
color: #BD60C1;
}
.AnyTagClassName
{
color: #BD60C1;
}
</style>
background-color css
<style>
a { background-color: #BD60C1; }
a { background-color: rgb(189,96,193); }
div.DivClassName
{
background-color: #BD60C1;
}
.BgClassName
{
background-color: #BD60C1;
}
</style>
border-color css
<style>
span { border-color: #BD60C1; }
span { border-color: rgb(189,96,193); }
td.TdClassName
{
border-color: #BD60C1;
}
.TagClassName
{
border-color: #BD60C1;
}
</style>