Shades of Fuchsia #BD2DB4
Tints of Fuchsia #BD2DB4
RGB
CMYK
RGB Variations
Color information
#BD2DB4 (or 0xBD2DB4) is known color: Fuchsia. HEX triplet: BD, 2D and B4. RGB value is (189,45,180). Sum of RGB (Red+Green+Blue) = 189+45+180=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DB4 is #42D24B. Grayscale: #676767. Windows color (decimal): -4379212 or 11808189. OLE color: 11808189.
HSL color Cylindrical-coordinate representation of color #BD2DB4: hue angle of 303.75º 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 #BD2DB4 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 180 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.26 |
| HSL | 303.75º | 0.62% | 0.46% | - |
| HSV(B) | 303.75º | 0.76% | 0.74% | - |
| XYZ | 30.16 | 15.99 | 44.68 | - |
| YUV | 103.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 180 | 0 | 0.76 | 0.05 | 0.26 | 303.75 | 0.62 | 0.46 |
| Hex | BD | 2D | B4 | 0 | 4C | 5 | 1A | 130 | 3E | 2E |
| Octal | 275 | 55 | 264 | 0 | 114 | 5 | 32 | 460 | 76 | 56 |
| Binary | 10111101 | 101101 | 10110100 | 0 | 1001100 | 101 | 11010 | 100110000 | 111110 | 101110 |
Color Harmonies of #BD2DB4
Complementary color
Monochromatic Colors of #BD2DB4
Black with #BD2DB4
Text Example
Text Example
White with #BD2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DB4; }
p { color: rgb(189,45,180); }
H1.HeaderClassName
{
color: #BD2DB4;
}
.AnyTagClassName
{
color: #BD2DB4;
}
</style>
background-color css
<style>
a { background-color: #BD2DB4; }
a { background-color: rgb(189,45,180); }
div.DivClassName
{
background-color: #BD2DB4;
}
.BgClassName
{
background-color: #BD2DB4;
}
</style>
border-color css
<style>
span { border-color: #BD2DB4; }
span { border-color: rgb(189,45,180); }
td.TdClassName
{
border-color: #BD2DB4;
}
.TagClassName
{
border-color: #BD2DB4;
}
</style>