Shades of Fuchsia #BD2DBB
Tints of Fuchsia #BD2DBB
RGB
CMYK
RGB Variations
Color information
#BD2DBB (or 0xBD2DBB) is known color: Fuchsia. HEX triplet: BD, 2D and BB. RGB value is (189,45,187). Sum of RGB (Red+Green+Blue) = 189+45+187=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DBB is #42D244. Grayscale: #676767. Windows color (decimal): -4379205 or 12266941. OLE color: 12266941.
HSL color Cylindrical-coordinate representation of color #BD2DBB: 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.76%. Process color model (Four color, CMYK) of #BD2DBB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 187 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.26 |
| HSL | 300.83º | 0.62% | 0.46% | - |
| HSV(B) | 300.83º | 0.76% | 0.74% | - |
| XYZ | 30.89 | 16.28 | 48.53 | - |
| YUV | 104.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 187 | 0 | 0.76 | 0.01 | 0.26 | 300.83 | 0.62 | 0.46 |
| Hex | BD | 2D | BB | 0 | 4C | 1 | 1A | 12D | 3E | 2E |
| Octal | 275 | 55 | 273 | 0 | 114 | 1 | 32 | 455 | 76 | 56 |
| Binary | 10111101 | 101101 | 10111011 | 0 | 1001100 | 1 | 11010 | 100101101 | 111110 | 101110 |
Color Harmonies of #BD2DBB
Complementary color
Monochromatic Colors of #BD2DBB
Black with #BD2DBB
Text Example
Text Example
White with #BD2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DBB; }
p { color: rgb(189,45,187); }
H1.HeaderClassName
{
color: #BD2DBB;
}
.AnyTagClassName
{
color: #BD2DBB;
}
</style>
background-color css
<style>
a { background-color: #BD2DBB; }
a { background-color: rgb(189,45,187); }
div.DivClassName
{
background-color: #BD2DBB;
}
.BgClassName
{
background-color: #BD2DBB;
}
</style>
border-color css
<style>
span { border-color: #BD2DBB; }
span { border-color: rgb(189,45,187); }
td.TdClassName
{
border-color: #BD2DBB;
}
.TagClassName
{
border-color: #BD2DBB;
}
</style>