Shades of Fuchsia #BD37AD
Tints of Fuchsia #BD37AD
RGB
CMYK
RGB Variations
Color information
#BD37AD (or 0xBD37AD) is known color: Fuchsia. HEX triplet: BD, 37 and AD. RGB value is (189,55,173). Sum of RGB (Red+Green+Blue) = 189+55+173=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD37AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD37AD is #42C852. Grayscale: #6C6C6C. Windows color (decimal): -4376659 or 11351997. OLE color: 11351997.
HSL color Cylindrical-coordinate representation of color #BD37AD: hue angle of 307.16º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD37AD is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 173 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.26 |
| HSL | 307.16º | 0.55% | 0.48% | - |
| HSV(B) | 307.16º | 0.71% | 0.74% | - |
| XYZ | 29.9 | 16.57 | 41.16 | - |
| YUV | 108.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 173 | 0 | 0.71 | 0.08 | 0.26 | 307.16 | 0.55 | 0.48 |
| Hex | BD | 37 | AD | 0 | 47 | 8 | 1A | 133 | 37 | 30 |
| Octal | 275 | 67 | 255 | 0 | 107 | 10 | 32 | 463 | 67 | 60 |
| Binary | 10111101 | 110111 | 10101101 | 0 | 1000111 | 1000 | 11010 | 100110011 | 110111 | 110000 |
Color Harmonies of #BD37AD
Complementary color
Monochromatic Colors of #BD37AD
Black with #BD37AD
Text Example
Text Example
White with #BD37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37AD; }
p { color: rgb(189,55,173); }
H1.HeaderClassName
{
color: #BD37AD;
}
.AnyTagClassName
{
color: #BD37AD;
}
</style>
background-color css
<style>
a { background-color: #BD37AD; }
a { background-color: rgb(189,55,173); }
div.DivClassName
{
background-color: #BD37AD;
}
.BgClassName
{
background-color: #BD37AD;
}
</style>
border-color css
<style>
span { border-color: #BD37AD; }
span { border-color: rgb(189,55,173); }
td.TdClassName
{
border-color: #BD37AD;
}
.TagClassName
{
border-color: #BD37AD;
}
</style>