Shades of Fuchsia #BD70BB
Tints of Fuchsia #BD70BB
RGB
CMYK
RGB Variations
Color information
#BD70BB (or 0xBD70BB) is known color: Fuchsia. HEX triplet: BD, 70 and BB. RGB value is (189,112,187). Sum of RGB (Red+Green+Blue) = 189+112+187=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70BB is #428F44. Grayscale: #8F8F8F. Windows color (decimal): -4362053 or 12284093. OLE color: 12284093.
HSL color Cylindrical-coordinate representation of color #BD70BB: hue angle of 301.56º 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 #BD70BB is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 187 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.26 |
| HSL | 301.56º | 0.37% | 0.59% | - |
| HSV(B) | 301.56º | 0.41% | 0.74% | - |
| XYZ | 35.75 | 26 | 50.15 | - |
| YUV | 143.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 187 | 0 | 0.41 | 0.01 | 0.26 | 301.56 | 0.37 | 0.59 |
| Hex | BD | 70 | BB | 0 | 29 | 1 | 1A | 12E | 25 | 3B |
| Octal | 275 | 160 | 273 | 0 | 51 | 1 | 32 | 456 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10111011 | 0 | 101001 | 1 | 11010 | 100101110 | 100101 | 111011 |
Color Harmonies of #BD70BB
Complementary color
Monochromatic Colors of #BD70BB
Black with #BD70BB
Text Example
Text Example
White with #BD70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70BB; }
p { color: rgb(189,112,187); }
H1.HeaderClassName
{
color: #BD70BB;
}
.AnyTagClassName
{
color: #BD70BB;
}
</style>
background-color css
<style>
a { background-color: #BD70BB; }
a { background-color: rgb(189,112,187); }
div.DivClassName
{
background-color: #BD70BB;
}
.BgClassName
{
background-color: #BD70BB;
}
</style>
border-color css
<style>
span { border-color: #BD70BB; }
span { border-color: rgb(189,112,187); }
td.TdClassName
{
border-color: #BD70BB;
}
.TagClassName
{
border-color: #BD70BB;
}
</style>