Shades of Fuchsia #BD70B5
Tints of Fuchsia #BD70B5
RGB
CMYK
RGB Variations
Color information
#BD70B5 (or 0xBD70B5) is known color: Fuchsia. HEX triplet: BD, 70 and B5. RGB value is (189,112,181). Sum of RGB (Red+Green+Blue) = 189+112+181=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70B5 is #428F4A. Grayscale: #8E8E8E. Windows color (decimal): -4362059 or 11890877. OLE color: 11890877.
HSL color Cylindrical-coordinate representation of color #BD70B5: hue angle of 306.23º 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 #BD70B5 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 181 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.26 |
| HSL | 306.23º | 0.37% | 0.59% | - |
| HSV(B) | 306.23º | 0.41% | 0.74% | - |
| XYZ | 35.12 | 25.74 | 46.83 | - |
| YUV | 142.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 181 | 0 | 0.41 | 0.04 | 0.26 | 306.23 | 0.37 | 0.59 |
| Hex | BD | 70 | B5 | 0 | 29 | 4 | 1A | 132 | 25 | 3B |
| Octal | 275 | 160 | 265 | 0 | 51 | 4 | 32 | 462 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10110101 | 0 | 101001 | 100 | 11010 | 100110010 | 100101 | 111011 |
Color Harmonies of #BD70B5
Complementary color
Monochromatic Colors of #BD70B5
Black with #BD70B5
Text Example
Text Example
White with #BD70B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70B5; }
p { color: rgb(189,112,181); }
H1.HeaderClassName
{
color: #BD70B5;
}
.AnyTagClassName
{
color: #BD70B5;
}
</style>
background-color css
<style>
a { background-color: #BD70B5; }
a { background-color: rgb(189,112,181); }
div.DivClassName
{
background-color: #BD70B5;
}
.BgClassName
{
background-color: #BD70B5;
}
</style>
border-color css
<style>
span { border-color: #BD70B5; }
span { border-color: rgb(189,112,181); }
td.TdClassName
{
border-color: #BD70B5;
}
.TagClassName
{
border-color: #BD70B5;
}
</style>