Shades of Fuchsia #BD63BB
Tints of Fuchsia #BD63BB
RGB
CMYK
RGB Variations
Color information
#BD63BB (or 0xBD63BB) is known color: Fuchsia. HEX triplet: BD, 63 and BB. RGB value is (189,99,187). Sum of RGB (Red+Green+Blue) = 189+99+187=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63BB is #429C44. Grayscale: #878787. Windows color (decimal): -4365381 or 12280765. OLE color: 12280765.
HSL color Cylindrical-coordinate representation of color #BD63BB: hue angle of 301.33º 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 #BD63BB is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 187 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.26 |
| HSL | 301.33º | 0.41% | 0.56% | - |
| HSV(B) | 301.33º | 0.48% | 0.74% | - |
| XYZ | 34.42 | 23.33 | 49.7 | - |
| YUV | 135.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 187 | 0 | 0.48 | 0.01 | 0.26 | 301.33 | 0.41 | 0.56 |
| Hex | BD | 63 | BB | 0 | 30 | 1 | 1A | 12D | 29 | 38 |
| Octal | 275 | 143 | 273 | 0 | 60 | 1 | 32 | 455 | 51 | 70 |
| Binary | 10111101 | 1100011 | 10111011 | 0 | 110000 | 1 | 11010 | 100101101 | 101001 | 111000 |
Color Harmonies of #BD63BB
Complementary color
Monochromatic Colors of #BD63BB
Black with #BD63BB
Text Example
Text Example
White with #BD63BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63BB; }
p { color: rgb(189,99,187); }
H1.HeaderClassName
{
color: #BD63BB;
}
.AnyTagClassName
{
color: #BD63BB;
}
</style>
background-color css
<style>
a { background-color: #BD63BB; }
a { background-color: rgb(189,99,187); }
div.DivClassName
{
background-color: #BD63BB;
}
.BgClassName
{
background-color: #BD63BB;
}
</style>
border-color css
<style>
span { border-color: #BD63BB; }
span { border-color: rgb(189,99,187); }
td.TdClassName
{
border-color: #BD63BB;
}
.TagClassName
{
border-color: #BD63BB;
}
</style>