Shades of Fuchsia #BD2CB4
Tints of Fuchsia #BD2CB4
RGB
CMYK
RGB Variations
Color information
#BD2CB4 (or 0xBD2CB4) is known color: Fuchsia. HEX triplet: BD, 2C and B4. RGB value is (189,44,180). Sum of RGB (Red+Green+Blue) = 189+44+180=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CB4 is #42D34B. Grayscale: #666666. Windows color (decimal): -4379468 or 11807933. OLE color: 11807933.
HSL color Cylindrical-coordinate representation of color #BD2CB4: hue angle of 303.72º 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 #BD2CB4 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 180 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.26 |
| HSL | 303.72º | 0.62% | 0.46% | - |
| HSV(B) | 303.72º | 0.77% | 0.74% | - |
| XYZ | 30.13 | 15.92 | 44.66 | - |
| YUV | 102.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 180 | 0 | 0.77 | 0.05 | 0.26 | 303.72 | 0.62 | 0.46 |
| Hex | BD | 2C | B4 | 0 | 4D | 5 | 1A | 130 | 3E | 2E |
| Octal | 275 | 54 | 264 | 0 | 115 | 5 | 32 | 460 | 76 | 56 |
| Binary | 10111101 | 101100 | 10110100 | 0 | 1001101 | 101 | 11010 | 100110000 | 111110 | 101110 |
Color Harmonies of #BD2CB4
Complementary color
Monochromatic Colors of #BD2CB4
Black with #BD2CB4
Text Example
Text Example
White with #BD2CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CB4; }
p { color: rgb(189,44,180); }
H1.HeaderClassName
{
color: #BD2CB4;
}
.AnyTagClassName
{
color: #BD2CB4;
}
</style>
background-color css
<style>
a { background-color: #BD2CB4; }
a { background-color: rgb(189,44,180); }
div.DivClassName
{
background-color: #BD2CB4;
}
.BgClassName
{
background-color: #BD2CB4;
}
</style>
border-color css
<style>
span { border-color: #BD2CB4; }
span { border-color: rgb(189,44,180); }
td.TdClassName
{
border-color: #BD2CB4;
}
.TagClassName
{
border-color: #BD2CB4;
}
</style>