Shades of Fuchsia #BD3FB1
Tints of Fuchsia #BD3FB1
RGB
CMYK
RGB Variations
Color information
#BD3FB1 (or 0xBD3FB1) is known color: Fuchsia. HEX triplet: BD, 3F and B1. RGB value is (189,63,177). Sum of RGB (Red+Green+Blue) = 189+63+177=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3FB1 is #42C04E. Grayscale: #717171. Windows color (decimal): -4374607 or 11616189. OLE color: 11616189.
HSL color Cylindrical-coordinate representation of color #BD3FB1: hue angle of 305.71º 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 #BD3FB1 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 177 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.26 |
| HSL | 305.71º | 0.5% | 0.49% | - |
| HSV(B) | 305.71º | 0.67% | 0.74% | - |
| XYZ | 30.7 | 17.55 | 43.36 | - |
| YUV | 113.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 177 | 0 | 0.67 | 0.06 | 0.26 | 305.71 | 0.5 | 0.49 |
| Hex | BD | 3F | B1 | 0 | 43 | 6 | 1A | 132 | 32 | 31 |
| Octal | 275 | 77 | 261 | 0 | 103 | 6 | 32 | 462 | 62 | 61 |
| Binary | 10111101 | 111111 | 10110001 | 0 | 1000011 | 110 | 11010 | 100110010 | 110010 | 110001 |
Color Harmonies of #BD3FB1
Complementary color
Monochromatic Colors of #BD3FB1
Black with #BD3FB1
Text Example
Text Example
White with #BD3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FB1; }
p { color: rgb(189,63,177); }
H1.HeaderClassName
{
color: #BD3FB1;
}
.AnyTagClassName
{
color: #BD3FB1;
}
</style>
background-color css
<style>
a { background-color: #BD3FB1; }
a { background-color: rgb(189,63,177); }
div.DivClassName
{
background-color: #BD3FB1;
}
.BgClassName
{
background-color: #BD3FB1;
}
</style>
border-color css
<style>
span { border-color: #BD3FB1; }
span { border-color: rgb(189,63,177); }
td.TdClassName
{
border-color: #BD3FB1;
}
.TagClassName
{
border-color: #BD3FB1;
}
</style>