Shades of Fuchsia #BD2FB5
Tints of Fuchsia #BD2FB5
RGB
CMYK
RGB Variations
Color information
#BD2FB5 (or 0xBD2FB5) is known color: Fuchsia. HEX triplet: BD, 2F and B5. RGB value is (189,47,181). Sum of RGB (Red+Green+Blue) = 189+47+181=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2FB5 is #42D04A. Grayscale: #686868. Windows color (decimal): -4378699 or 11874237. OLE color: 11874237.
HSL color Cylindrical-coordinate representation of color #BD2FB5: hue angle of 303.38º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2FB5 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 181 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.26 |
| HSL | 303.38º | 0.6% | 0.46% | - |
| HSV(B) | 303.38º | 0.75% | 0.74% | - |
| XYZ | 30.34 | 16.19 | 45.24 | - |
| YUV | 104.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 181 | 0 | 0.75 | 0.04 | 0.26 | 303.38 | 0.6 | 0.46 |
| Hex | BD | 2F | B5 | 0 | 4B | 4 | 1A | 12F | 3C | 2E |
| Octal | 275 | 57 | 265 | 0 | 113 | 4 | 32 | 457 | 74 | 56 |
| Binary | 10111101 | 101111 | 10110101 | 0 | 1001011 | 100 | 11010 | 100101111 | 111100 | 101110 |
Color Harmonies of #BD2FB5
Complementary color
Monochromatic Colors of #BD2FB5
Black with #BD2FB5
Text Example
Text Example
White with #BD2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2FB5; }
p { color: rgb(189,47,181); }
H1.HeaderClassName
{
color: #BD2FB5;
}
.AnyTagClassName
{
color: #BD2FB5;
}
</style>
background-color css
<style>
a { background-color: #BD2FB5; }
a { background-color: rgb(189,47,181); }
div.DivClassName
{
background-color: #BD2FB5;
}
.BgClassName
{
background-color: #BD2FB5;
}
</style>
border-color css
<style>
span { border-color: #BD2FB5; }
span { border-color: rgb(189,47,181); }
td.TdClassName
{
border-color: #BD2FB5;
}
.TagClassName
{
border-color: #BD2FB5;
}
</style>