Shades of Fuchsia #BD2DB6
Tints of Fuchsia #BD2DB6
RGB
CMYK
RGB Variations
Color information
#BD2DB6 (or 0xBD2DB6) is known color: Fuchsia. HEX triplet: BD, 2D and B6. RGB value is (189,45,182). Sum of RGB (Red+Green+Blue) = 189+45+182=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DB6 is #42D249. Grayscale: #676767. Windows color (decimal): -4379210 or 11939261. OLE color: 11939261.
HSL color Cylindrical-coordinate representation of color #BD2DB6: hue angle of 302.92º 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 #BD2DB6 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 182 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.26 |
| HSL | 302.92º | 0.62% | 0.46% | - |
| HSV(B) | 302.92º | 0.76% | 0.74% | - |
| XYZ | 30.37 | 16.07 | 45.76 | - |
| YUV | 103.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 182 | 0 | 0.76 | 0.04 | 0.26 | 302.92 | 0.62 | 0.46 |
| Hex | BD | 2D | B6 | 0 | 4C | 4 | 1A | 12F | 3E | 2E |
| Octal | 275 | 55 | 266 | 0 | 114 | 4 | 32 | 457 | 76 | 56 |
| Binary | 10111101 | 101101 | 10110110 | 0 | 1001100 | 100 | 11010 | 100101111 | 111110 | 101110 |
Color Harmonies of #BD2DB6
Complementary color
Monochromatic Colors of #BD2DB6
Black with #BD2DB6
Text Example
Text Example
White with #BD2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DB6; }
p { color: rgb(189,45,182); }
H1.HeaderClassName
{
color: #BD2DB6;
}
.AnyTagClassName
{
color: #BD2DB6;
}
</style>
background-color css
<style>
a { background-color: #BD2DB6; }
a { background-color: rgb(189,45,182); }
div.DivClassName
{
background-color: #BD2DB6;
}
.BgClassName
{
background-color: #BD2DB6;
}
</style>
border-color css
<style>
span { border-color: #BD2DB6; }
span { border-color: rgb(189,45,182); }
td.TdClassName
{
border-color: #BD2DB6;
}
.TagClassName
{
border-color: #BD2DB6;
}
</style>