Shades of Fuchsia #BD63BC
Tints of Fuchsia #BD63BC
RGB
CMYK
RGB Variations
Color information
#BD63BC (or 0xBD63BC) is known color: Fuchsia. HEX triplet: BD, 63 and BC. RGB value is (189,99,188). Sum of RGB (Red+Green+Blue) = 189+99+188=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63BC is #429C43. Grayscale: #878787. Windows color (decimal): -4365380 or 12346301. OLE color: 12346301.
HSL color Cylindrical-coordinate representation of color #BD63BC: hue angle of 300.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD63BC is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 188 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.26 |
| HSL | 300.67º | 0.41% | 0.56% | - |
| HSV(B) | 300.67º | 0.48% | 0.74% | - |
| XYZ | 34.53 | 23.37 | 50.27 | - |
| YUV | 136.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 188 | 0 | 0.48 | 0.01 | 0.26 | 300.67 | 0.41 | 0.56 |
| Hex | BD | 63 | BC | 0 | 30 | 1 | 1A | 12D | 29 | 38 |
| Octal | 275 | 143 | 274 | 0 | 60 | 1 | 32 | 455 | 51 | 70 |
| Binary | 10111101 | 1100011 | 10111100 | 0 | 110000 | 1 | 11010 | 100101101 | 101001 | 111000 |
Color Harmonies of #BD63BC
Complementary color
Monochromatic Colors of #BD63BC
Black with #BD63BC
Text Example
Text Example
White with #BD63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63BC; }
p { color: rgb(189,99,188); }
H1.HeaderClassName
{
color: #BD63BC;
}
.AnyTagClassName
{
color: #BD63BC;
}
</style>
background-color css
<style>
a { background-color: #BD63BC; }
a { background-color: rgb(189,99,188); }
div.DivClassName
{
background-color: #BD63BC;
}
.BgClassName
{
background-color: #BD63BC;
}
</style>
border-color css
<style>
span { border-color: #BD63BC; }
span { border-color: rgb(189,99,188); }
td.TdClassName
{
border-color: #BD63BC;
}
.TagClassName
{
border-color: #BD63BC;
}
</style>