Shades of Fuchsia #BD2CC0
Tints of Fuchsia #BD2CC0
RGB
CMYK
RGB Variations
Color information
#BD2CC0 (or 0xBD2CC0) is known color: Fuchsia. HEX triplet: BD, 2C and C0. RGB value is (189,44,192). Sum of RGB (Red+Green+Blue) = 189+44+192=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD2CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CC0 is #42D33F. Grayscale: #676767. Windows color (decimal): -4379456 or 12594365. OLE color: 12594365.
HSL color Cylindrical-coordinate representation of color #BD2CC0: hue angle of 298.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2CC0 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 44 | 192 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.25 |
| HSL | 298.78º | 0.63% | 0.46% | - |
| HSV(B) | 298.78º | 0.77% | 0.75% | - |
| XYZ | 31.4 | 16.43 | 51.38 | - |
| YUV | 104.23 | 177.54 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 192 | 0.02 | 0.77 | 0 | 0.25 | 298.78 | 0.63 | 0.46 |
| Hex | BD | 2C | C0 | 2 | 4D | 0 | 19 | 12B | 3F | 2E |
| Octal | 275 | 54 | 300 | 2 | 115 | 0 | 31 | 453 | 77 | 56 |
| Binary | 10111101 | 101100 | 11000000 | 10 | 1001101 | 0 | 11001 | 100101011 | 111111 | 101110 |
Color Harmonies of #BD2CC0
Complementary color
Monochromatic Colors of #BD2CC0
Black with #BD2CC0
Text Example
Text Example
White with #BD2CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CC0; }
p { color: rgb(189,44,192); }
H1.HeaderClassName
{
color: #BD2CC0;
}
.AnyTagClassName
{
color: #BD2CC0;
}
</style>
background-color css
<style>
a { background-color: #BD2CC0; }
a { background-color: rgb(189,44,192); }
div.DivClassName
{
background-color: #BD2CC0;
}
.BgClassName
{
background-color: #BD2CC0;
}
</style>
border-color css
<style>
span { border-color: #BD2CC0; }
span { border-color: rgb(189,44,192); }
td.TdClassName
{
border-color: #BD2CC0;
}
.TagClassName
{
border-color: #BD2CC0;
}
</style>