Shades of Fuchsia #BD37C2
Tints of Fuchsia #BD37C2
RGB
CMYK
RGB Variations
Color information
#BD37C2 (or 0xBD37C2) is known color: Fuchsia. HEX triplet: BD, 37 and C2. RGB value is (189,55,194). Sum of RGB (Red+Green+Blue) = 189+55+194=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD37C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37C2 is #42C83D. Grayscale: #6E6E6E. Windows color (decimal): -4376638 or 12728253. OLE color: 12728253.
HSL color Cylindrical-coordinate representation of color #BD37C2: hue angle of 297.84º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD37C2 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 55 | 194 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.24 |
| HSL | 297.84º | 0.56% | 0.49% | - |
| HSV(B) | 297.84º | 0.72% | 0.76% | - |
| XYZ | 32.09 | 17.45 | 52.72 | - |
| YUV | 110.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 194 | 0.03 | 0.72 | 0 | 0.24 | 297.84 | 0.56 | 0.49 |
| Hex | BD | 37 | C2 | 3 | 48 | 0 | 18 | 12A | 38 | 31 |
| Octal | 275 | 67 | 302 | 3 | 110 | 0 | 30 | 452 | 70 | 61 |
| Binary | 10111101 | 110111 | 11000010 | 11 | 1001000 | 0 | 11000 | 100101010 | 111000 | 110001 |
Color Harmonies of #BD37C2
Complementary color
Monochromatic Colors of #BD37C2
Black with #BD37C2
Text Example
Text Example
White with #BD37C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37C2; }
p { color: rgb(189,55,194); }
H1.HeaderClassName
{
color: #BD37C2;
}
.AnyTagClassName
{
color: #BD37C2;
}
</style>
background-color css
<style>
a { background-color: #BD37C2; }
a { background-color: rgb(189,55,194); }
div.DivClassName
{
background-color: #BD37C2;
}
.BgClassName
{
background-color: #BD37C2;
}
</style>
border-color css
<style>
span { border-color: #BD37C2; }
span { border-color: rgb(189,55,194); }
td.TdClassName
{
border-color: #BD37C2;
}
.TagClassName
{
border-color: #BD37C2;
}
</style>