Shades of Fuchsia #BD37B0
Tints of Fuchsia #BD37B0
RGB
CMYK
RGB Variations
Color information
#BD37B0 (or 0xBD37B0) is known color: Fuchsia. HEX triplet: BD, 37 and B0. RGB value is (189,55,176). Sum of RGB (Red+Green+Blue) = 189+55+176=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD37B0 is #42C84F. Grayscale: #6C6C6C. Windows color (decimal): -4376656 or 11548605. OLE color: 11548605.
HSL color Cylindrical-coordinate representation of color #BD37B0: hue angle of 305.82º 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 #BD37B0 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 176 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.26 |
| HSL | 305.82º | 0.55% | 0.48% | - |
| HSV(B) | 305.82º | 0.71% | 0.74% | - |
| XYZ | 30.19 | 16.69 | 42.7 | - |
| YUV | 108.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 176 | 0 | 0.71 | 0.07 | 0.26 | 305.82 | 0.55 | 0.48 |
| Hex | BD | 37 | B0 | 0 | 47 | 7 | 1A | 132 | 37 | 30 |
| Octal | 275 | 67 | 260 | 0 | 107 | 7 | 32 | 462 | 67 | 60 |
| Binary | 10111101 | 110111 | 10110000 | 0 | 1000111 | 111 | 11010 | 100110010 | 110111 | 110000 |
Color Harmonies of #BD37B0
Complementary color
Monochromatic Colors of #BD37B0
Black with #BD37B0
Text Example
Text Example
White with #BD37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37B0; }
p { color: rgb(189,55,176); }
H1.HeaderClassName
{
color: #BD37B0;
}
.AnyTagClassName
{
color: #BD37B0;
}
</style>
background-color css
<style>
a { background-color: #BD37B0; }
a { background-color: rgb(189,55,176); }
div.DivClassName
{
background-color: #BD37B0;
}
.BgClassName
{
background-color: #BD37B0;
}
</style>
border-color css
<style>
span { border-color: #BD37B0; }
span { border-color: rgb(189,55,176); }
td.TdClassName
{
border-color: #BD37B0;
}
.TagClassName
{
border-color: #BD37B0;
}
</style>