Shades of Fuchsia #BD2BC0
Tints of Fuchsia #BD2BC0
RGB
CMYK
RGB Variations
Color information
#BD2BC0 (or 0xBD2BC0) is known color: Fuchsia. HEX triplet: BD, 2B and C0. RGB value is (189,43,192). Sum of RGB (Red+Green+Blue) = 189+43+192=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD2BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BC0 is #42D43F. Grayscale: #676767. Windows color (decimal): -4379712 or 12594109. OLE color: 12594109.
HSL color Cylindrical-coordinate representation of color #BD2BC0: hue angle of 298.79º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2BC0 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 43 | 192 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.25 |
| HSL | 298.79º | 0.63% | 0.46% | - |
| HSV(B) | 298.79º | 0.78% | 0.75% | - |
| XYZ | 31.36 | 16.35 | 51.37 | - |
| YUV | 103.64 | 177.87 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 192 | 0.02 | 0.78 | 0 | 0.25 | 298.79 | 0.63 | 0.46 |
| Hex | BD | 2B | C0 | 2 | 4E | 0 | 19 | 12B | 3F | 2E |
| Octal | 275 | 53 | 300 | 2 | 116 | 0 | 31 | 453 | 77 | 56 |
| Binary | 10111101 | 101011 | 11000000 | 10 | 1001110 | 0 | 11001 | 100101011 | 111111 | 101110 |
Color Harmonies of #BD2BC0
Complementary color
Monochromatic Colors of #BD2BC0
Black with #BD2BC0
Text Example
Text Example
White with #BD2BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BC0; }
p { color: rgb(189,43,192); }
H1.HeaderClassName
{
color: #BD2BC0;
}
.AnyTagClassName
{
color: #BD2BC0;
}
</style>
background-color css
<style>
a { background-color: #BD2BC0; }
a { background-color: rgb(189,43,192); }
div.DivClassName
{
background-color: #BD2BC0;
}
.BgClassName
{
background-color: #BD2BC0;
}
</style>
border-color css
<style>
span { border-color: #BD2BC0; }
span { border-color: rgb(189,43,192); }
td.TdClassName
{
border-color: #BD2BC0;
}
.TagClassName
{
border-color: #BD2BC0;
}
</style>