Shades of Fuchsia #BD70BD
Tints of Fuchsia #BD70BD
RGB
CMYK
RGB Variations
Color information
#BD70BD (or 0xBD70BD) is known color: Fuchsia. HEX triplet: BD, 70 and BD. RGB value is (189,112,189). Sum of RGB (Red+Green+Blue) = 189+112+189=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70BD is #428F42. Grayscale: #8F8F8F. Windows color (decimal): -4362051 or 12415165. OLE color: 12415165.
HSL color Cylindrical-coordinate representation of color #BD70BD: hue angle of 300º 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 #BD70BD is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 189 | - |
| CMYK | 0 | 0.41 | 0 | 0.26 |
| HSL | 300º | 0.37% | 0.59% | - |
| HSV(B) | 300º | 0.41% | 0.74% | - |
| XYZ | 35.97 | 26.08 | 51.28 | - |
| YUV | 143.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 189 | 0 | 0.41 | 0 | 0.26 | 300 | 0.37 | 0.59 |
| Hex | BD | 70 | BD | 0 | 29 | 0 | 1A | 12C | 25 | 3B |
| Octal | 275 | 160 | 275 | 0 | 51 | 0 | 32 | 454 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10111101 | 0 | 101001 | 0 | 11010 | 100101100 | 100101 | 111011 |
Color Harmonies of #BD70BD
Complementary color
Monochromatic Colors of #BD70BD
Black with #BD70BD
Text Example
Text Example
White with #BD70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70BD; }
p { color: rgb(189,112,189); }
H1.HeaderClassName
{
color: #BD70BD;
}
.AnyTagClassName
{
color: #BD70BD;
}
</style>
background-color css
<style>
a { background-color: #BD70BD; }
a { background-color: rgb(189,112,189); }
div.DivClassName
{
background-color: #BD70BD;
}
.BgClassName
{
background-color: #BD70BD;
}
</style>
border-color css
<style>
span { border-color: #BD70BD; }
span { border-color: rgb(189,112,189); }
td.TdClassName
{
border-color: #BD70BD;
}
.TagClassName
{
border-color: #BD70BD;
}
</style>