Shades of Fuchsia #BD2DCB
Tints of Fuchsia #BD2DCB
RGB
CMYK
RGB Variations
Color information
#BD2DCB (or 0xBD2DCB) is known color: Fuchsia. HEX triplet: BD, 2D and CB. RGB value is (189,45,203). Sum of RGB (Red+Green+Blue) = 189+45+203=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DCB is #42D234. Grayscale: #696969. Windows color (decimal): -4379189 or 13315517. OLE color: 13315517.
HSL color Cylindrical-coordinate representation of color #BD2DCB: hue angle of 294.68º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2DCB is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 45 | 203 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.20 |
| HSL | 294.68º | 0.64% | 0.49% | - |
| HSV(B) | 294.68º | 0.78% | 0.8% | - |
| XYZ | 32.7 | 17.01 | 58.06 | - |
| YUV | 106.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 203 | 0.07 | 0.78 | 0 | 0.20 | 294.68 | 0.64 | 0.49 |
| Hex | BD | 2D | CB | 7 | 4E | 0 | 14 | 127 | 40 | 31 |
| Octal | 275 | 55 | 313 | 7 | 116 | 0 | 24 | 447 | 100 | 61 |
| Binary | 10111101 | 101101 | 11001011 | 111 | 1001110 | 0 | 10100 | 100100111 | 1000000 | 110001 |
Color Harmonies of #BD2DCB
Complementary color
Monochromatic Colors of #BD2DCB
Black with #BD2DCB
Text Example
Text Example
White with #BD2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DCB; }
p { color: rgb(189,45,203); }
H1.HeaderClassName
{
color: #BD2DCB;
}
.AnyTagClassName
{
color: #BD2DCB;
}
</style>
background-color css
<style>
a { background-color: #BD2DCB; }
a { background-color: rgb(189,45,203); }
div.DivClassName
{
background-color: #BD2DCB;
}
.BgClassName
{
background-color: #BD2DCB;
}
</style>
border-color css
<style>
span { border-color: #BD2DCB; }
span { border-color: rgb(189,45,203); }
td.TdClassName
{
border-color: #BD2DCB;
}
.TagClassName
{
border-color: #BD2DCB;
}
</style>