Shades of Fuchsia #BD60C5
Tints of Fuchsia #BD60C5
RGB
CMYK
RGB Variations
Color information
#BD60C5 (or 0xBD60C5) is known color: Fuchsia. HEX triplet: BD, 60 and C5. RGB value is (189,96,197). Sum of RGB (Red+Green+Blue) = 189+96+197=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60C5 is #429F3A. Grayscale: #878787. Windows color (decimal): -4366139 or 12935357. OLE color: 12935357.
HSL color Cylindrical-coordinate representation of color #BD60C5: hue angle of 295.25º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD60C5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 96 | 197 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.23 |
| HSL | 295.25º | 0.47% | 0.57% | - |
| HSV(B) | 295.25º | 0.51% | 0.77% | - |
| XYZ | 35.25 | 23.22 | 55.45 | - |
| YUV | 135.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 197 | 0.04 | 0.51 | 0 | 0.23 | 295.25 | 0.47 | 0.57 |
| Hex | BD | 60 | C5 | 4 | 33 | 0 | 17 | 127 | 2F | 39 |
| Octal | 275 | 140 | 305 | 4 | 63 | 0 | 27 | 447 | 57 | 71 |
| Binary | 10111101 | 1100000 | 11000101 | 100 | 110011 | 0 | 10111 | 100100111 | 101111 | 111001 |
Color Harmonies of #BD60C5
Complementary color
Monochromatic Colors of #BD60C5
Black with #BD60C5
Text Example
Text Example
White with #BD60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60C5; }
p { color: rgb(189,96,197); }
H1.HeaderClassName
{
color: #BD60C5;
}
.AnyTagClassName
{
color: #BD60C5;
}
</style>
background-color css
<style>
a { background-color: #BD60C5; }
a { background-color: rgb(189,96,197); }
div.DivClassName
{
background-color: #BD60C5;
}
.BgClassName
{
background-color: #BD60C5;
}
</style>
border-color css
<style>
span { border-color: #BD60C5; }
span { border-color: rgb(189,96,197); }
td.TdClassName
{
border-color: #BD60C5;
}
.TagClassName
{
border-color: #BD60C5;
}
</style>