Shades of Fuchsia #BD60BC
Tints of Fuchsia #BD60BC
RGB
CMYK
RGB Variations
Color information
#BD60BC (or 0xBD60BC) is known color: Fuchsia. HEX triplet: BD, 60 and BC. RGB value is (189,96,188). Sum of RGB (Red+Green+Blue) = 189+96+188=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD60BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60BC is #429F43. Grayscale: #868686. Windows color (decimal): -4366148 or 12345533. OLE color: 12345533.
HSL color Cylindrical-coordinate representation of color #BD60BC: hue angle of 300.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD60BC is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 188 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.26 |
| HSL | 300.65º | 0.41% | 0.56% | - |
| HSV(B) | 300.65º | 0.49% | 0.74% | - |
| XYZ | 34.25 | 22.82 | 50.18 | - |
| YUV | 134.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 188 | 0 | 0.49 | 0.01 | 0.26 | 300.65 | 0.41 | 0.56 |
| Hex | BD | 60 | BC | 0 | 31 | 1 | 1A | 12D | 29 | 38 |
| Octal | 275 | 140 | 274 | 0 | 61 | 1 | 32 | 455 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10111100 | 0 | 110001 | 1 | 11010 | 100101101 | 101001 | 111000 |
Color Harmonies of #BD60BC
Complementary color
Monochromatic Colors of #BD60BC
Black with #BD60BC
Text Example
Text Example
White with #BD60BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60BC; }
p { color: rgb(189,96,188); }
H1.HeaderClassName
{
color: #BD60BC;
}
.AnyTagClassName
{
color: #BD60BC;
}
</style>
background-color css
<style>
a { background-color: #BD60BC; }
a { background-color: rgb(189,96,188); }
div.DivClassName
{
background-color: #BD60BC;
}
.BgClassName
{
background-color: #BD60BC;
}
</style>
border-color css
<style>
span { border-color: #BD60BC; }
span { border-color: rgb(189,96,188); }
td.TdClassName
{
border-color: #BD60BC;
}
.TagClassName
{
border-color: #BD60BC;
}
</style>