Shades of Fuchsia #BD75BB
Tints of Fuchsia #BD75BB
RGB
CMYK
RGB Variations
Color information
#BD75BB (or 0xBD75BB) is known color: Fuchsia. HEX triplet: BD, 75 and BB. RGB value is (189,117,187). Sum of RGB (Red+Green+Blue) = 189+117+187=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75BB is #428A44. Grayscale: #929292. Windows color (decimal): -4360773 or 12285373. OLE color: 12285373.
HSL color Cylindrical-coordinate representation of color #BD75BB: hue angle of 301.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD75BB is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 187 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.26 |
| HSL | 301.67º | 0.35% | 0.6% | - |
| HSV(B) | 301.67º | 0.38% | 0.74% | - |
| XYZ | 36.32 | 27.13 | 50.34 | - |
| YUV | 146.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 187 | 0 | 0.38 | 0.01 | 0.26 | 301.67 | 0.35 | 0.6 |
| Hex | BD | 75 | BB | 0 | 26 | 1 | 1A | 12E | 23 | 3C |
| Octal | 275 | 165 | 273 | 0 | 46 | 1 | 32 | 456 | 43 | 74 |
| Binary | 10111101 | 1110101 | 10111011 | 0 | 100110 | 1 | 11010 | 100101110 | 100011 | 111100 |
Color Harmonies of #BD75BB
Complementary color
Monochromatic Colors of #BD75BB
Black with #BD75BB
Text Example
Text Example
White with #BD75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD75BB; }
p { color: rgb(189,117,187); }
H1.HeaderClassName
{
color: #BD75BB;
}
.AnyTagClassName
{
color: #BD75BB;
}
</style>
background-color css
<style>
a { background-color: #BD75BB; }
a { background-color: rgb(189,117,187); }
div.DivClassName
{
background-color: #BD75BB;
}
.BgClassName
{
background-color: #BD75BB;
}
</style>
border-color css
<style>
span { border-color: #BD75BB; }
span { border-color: rgb(189,117,187); }
td.TdClassName
{
border-color: #BD75BB;
}
.TagClassName
{
border-color: #BD75BB;
}
</style>