Shades of Fuchsia #BD70B7
Tints of Fuchsia #BD70B7
RGB
CMYK
RGB Variations
Color information
#BD70B7 (or 0xBD70B7) is known color: Fuchsia. HEX triplet: BD, 70 and B7. RGB value is (189,112,183). Sum of RGB (Red+Green+Blue) = 189+112+183=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70B7 is #428F48. Grayscale: #8E8E8E. Windows color (decimal): -4362057 or 12021949. OLE color: 12021949.
HSL color Cylindrical-coordinate representation of color #BD70B7: hue angle of 304.68º 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 #BD70B7 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 183 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.26 |
| HSL | 304.68º | 0.37% | 0.59% | - |
| HSV(B) | 304.68º | 0.41% | 0.74% | - |
| XYZ | 35.33 | 25.83 | 47.92 | - |
| YUV | 143.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 183 | 0 | 0.41 | 0.03 | 0.26 | 304.68 | 0.37 | 0.59 |
| Hex | BD | 70 | B7 | 0 | 29 | 3 | 1A | 131 | 25 | 3B |
| Octal | 275 | 160 | 267 | 0 | 51 | 3 | 32 | 461 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10110111 | 0 | 101001 | 11 | 11010 | 100110001 | 100101 | 111011 |
Color Harmonies of #BD70B7
Complementary color
Monochromatic Colors of #BD70B7
Black with #BD70B7
Text Example
Text Example
White with #BD70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70B7; }
p { color: rgb(189,112,183); }
H1.HeaderClassName
{
color: #BD70B7;
}
.AnyTagClassName
{
color: #BD70B7;
}
</style>
background-color css
<style>
a { background-color: #BD70B7; }
a { background-color: rgb(189,112,183); }
div.DivClassName
{
background-color: #BD70B7;
}
.BgClassName
{
background-color: #BD70B7;
}
</style>
border-color css
<style>
span { border-color: #BD70B7; }
span { border-color: rgb(189,112,183); }
td.TdClassName
{
border-color: #BD70B7;
}
.TagClassName
{
border-color: #BD70B7;
}
</style>