Shades of Fuchsia #BD2CB0
Tints of Fuchsia #BD2CB0
RGB
CMYK
RGB Variations
Color information
#BD2CB0 (or 0xBD2CB0) is known color: Fuchsia. HEX triplet: BD, 2C and B0. RGB value is (189,44,176). Sum of RGB (Red+Green+Blue) = 189+44+176=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2CB0 is #42D34F. Grayscale: #666666. Windows color (decimal): -4379472 or 11545789. OLE color: 11545789.
HSL color Cylindrical-coordinate representation of color #BD2CB0: hue angle of 305.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2CB0 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 176 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.26 |
| HSL | 305.38º | 0.62% | 0.46% | - |
| HSV(B) | 305.38º | 0.77% | 0.74% | - |
| XYZ | 29.72 | 15.75 | 42.55 | - |
| YUV | 102.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 176 | 0 | 0.77 | 0.07 | 0.26 | 305.38 | 0.62 | 0.46 |
| Hex | BD | 2C | B0 | 0 | 4D | 7 | 1A | 131 | 3E | 2E |
| Octal | 275 | 54 | 260 | 0 | 115 | 7 | 32 | 461 | 76 | 56 |
| Binary | 10111101 | 101100 | 10110000 | 0 | 1001101 | 111 | 11010 | 100110001 | 111110 | 101110 |
Color Harmonies of #BD2CB0
Complementary color
Monochromatic Colors of #BD2CB0
Black with #BD2CB0
Text Example
Text Example
White with #BD2CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CB0; }
p { color: rgb(189,44,176); }
H1.HeaderClassName
{
color: #BD2CB0;
}
.AnyTagClassName
{
color: #BD2CB0;
}
</style>
background-color css
<style>
a { background-color: #BD2CB0; }
a { background-color: rgb(189,44,176); }
div.DivClassName
{
background-color: #BD2CB0;
}
.BgClassName
{
background-color: #BD2CB0;
}
</style>
border-color css
<style>
span { border-color: #BD2CB0; }
span { border-color: rgb(189,44,176); }
td.TdClassName
{
border-color: #BD2CB0;
}
.TagClassName
{
border-color: #BD2CB0;
}
</style>