Shades of Fuchsia #BD70B1
Tints of Fuchsia #BD70B1
RGB
CMYK
RGB Variations
Color information
#BD70B1 (or 0xBD70B1) is known color: Fuchsia. HEX triplet: BD, 70 and B1. RGB value is (189,112,177). Sum of RGB (Red+Green+Blue) = 189+112+177=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD70B1 is #428F4E. Grayscale: #8E8E8E. Windows color (decimal): -4362063 or 11628733. OLE color: 11628733.
HSL color Cylindrical-coordinate representation of color #BD70B1: hue angle of 309.35º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD70B1 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 177 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.26 |
| HSL | 309.35º | 0.37% | 0.59% | - |
| HSV(B) | 309.35º | 0.41% | 0.74% | - |
| XYZ | 34.72 | 25.58 | 44.7 | - |
| YUV | 142.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 177 | 0 | 0.41 | 0.06 | 0.26 | 309.35 | 0.37 | 0.59 |
| Hex | BD | 70 | B1 | 0 | 29 | 6 | 1A | 135 | 25 | 3B |
| Octal | 275 | 160 | 261 | 0 | 51 | 6 | 32 | 465 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10110001 | 0 | 101001 | 110 | 11010 | 100110101 | 100101 | 111011 |
Color Harmonies of #BD70B1
Complementary color
Monochromatic Colors of #BD70B1
Black with #BD70B1
Text Example
Text Example
White with #BD70B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70B1; }
p { color: rgb(189,112,177); }
H1.HeaderClassName
{
color: #BD70B1;
}
.AnyTagClassName
{
color: #BD70B1;
}
</style>
background-color css
<style>
a { background-color: #BD70B1; }
a { background-color: rgb(189,112,177); }
div.DivClassName
{
background-color: #BD70B1;
}
.BgClassName
{
background-color: #BD70B1;
}
</style>
border-color css
<style>
span { border-color: #BD70B1; }
span { border-color: rgb(189,112,177); }
td.TdClassName
{
border-color: #BD70B1;
}
.TagClassName
{
border-color: #BD70B1;
}
</style>