Shades of Fuchsia #BD3FB0
Tints of Fuchsia #BD3FB0
RGB
CMYK
RGB Variations
Color information
#BD3FB0 (or 0xBD3FB0) is known color: Fuchsia. HEX triplet: BD, 3F and B0. RGB value is (189,63,176). Sum of RGB (Red+Green+Blue) = 189+63+176=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3FB0 is #42C04F. Grayscale: #717171. Windows color (decimal): -4374608 or 11550653. OLE color: 11550653.
HSL color Cylindrical-coordinate representation of color #BD3FB0: hue angle of 306.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3FB0 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 176 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.26 |
| HSL | 306.19º | 0.5% | 0.49% | - |
| HSV(B) | 306.19º | 0.67% | 0.74% | - |
| XYZ | 30.6 | 17.51 | 42.84 | - |
| YUV | 113.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 176 | 0 | 0.67 | 0.07 | 0.26 | 306.19 | 0.5 | 0.49 |
| Hex | BD | 3F | B0 | 0 | 43 | 7 | 1A | 132 | 32 | 31 |
| Octal | 275 | 77 | 260 | 0 | 103 | 7 | 32 | 462 | 62 | 61 |
| Binary | 10111101 | 111111 | 10110000 | 0 | 1000011 | 111 | 11010 | 100110010 | 110010 | 110001 |
Color Harmonies of #BD3FB0
Complementary color
Monochromatic Colors of #BD3FB0
Black with #BD3FB0
Text Example
Text Example
White with #BD3FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FB0; }
p { color: rgb(189,63,176); }
H1.HeaderClassName
{
color: #BD3FB0;
}
.AnyTagClassName
{
color: #BD3FB0;
}
</style>
background-color css
<style>
a { background-color: #BD3FB0; }
a { background-color: rgb(189,63,176); }
div.DivClassName
{
background-color: #BD3FB0;
}
.BgClassName
{
background-color: #BD3FB0;
}
</style>
border-color css
<style>
span { border-color: #BD3FB0; }
span { border-color: rgb(189,63,176); }
td.TdClassName
{
border-color: #BD3FB0;
}
.TagClassName
{
border-color: #BD3FB0;
}
</style>