Shades of Fuchsia #BD2CBB
Tints of Fuchsia #BD2CBB
RGB
CMYK
RGB Variations
Color information
#BD2CBB (or 0xBD2CBB) is known color: Fuchsia. HEX triplet: BD, 2C and BB. RGB value is (189,44,187). Sum of RGB (Red+Green+Blue) = 189+44+187=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CBB is #42D344. Grayscale: #676767. Windows color (decimal): -4379461 or 12266685. OLE color: 12266685.
HSL color Cylindrical-coordinate representation of color #BD2CBB: hue angle of 300.83º 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 #BD2CBB is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 187 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.26 |
| HSL | 300.83º | 0.62% | 0.46% | - |
| HSV(B) | 300.83º | 0.77% | 0.74% | - |
| XYZ | 30.86 | 16.21 | 48.52 | - |
| YUV | 103.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 187 | 0 | 0.77 | 0.01 | 0.26 | 300.83 | 0.62 | 0.46 |
| Hex | BD | 2C | BB | 0 | 4D | 1 | 1A | 12D | 3E | 2E |
| Octal | 275 | 54 | 273 | 0 | 115 | 1 | 32 | 455 | 76 | 56 |
| Binary | 10111101 | 101100 | 10111011 | 0 | 1001101 | 1 | 11010 | 100101101 | 111110 | 101110 |
Color Harmonies of #BD2CBB
Complementary color
Monochromatic Colors of #BD2CBB
Black with #BD2CBB
Text Example
Text Example
White with #BD2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CBB; }
p { color: rgb(189,44,187); }
H1.HeaderClassName
{
color: #BD2CBB;
}
.AnyTagClassName
{
color: #BD2CBB;
}
</style>
background-color css
<style>
a { background-color: #BD2CBB; }
a { background-color: rgb(189,44,187); }
div.DivClassName
{
background-color: #BD2CBB;
}
.BgClassName
{
background-color: #BD2CBB;
}
</style>
border-color css
<style>
span { border-color: #BD2CBB; }
span { border-color: rgb(189,44,187); }
td.TdClassName
{
border-color: #BD2CBB;
}
.TagClassName
{
border-color: #BD2CBB;
}
</style>