Shades of Fuchsia #BD70B4
Tints of Fuchsia #BD70B4
RGB
CMYK
RGB Variations
Color information
#BD70B4 (or 0xBD70B4) is known color: Fuchsia. HEX triplet: BD, 70 and B4. RGB value is (189,112,180). Sum of RGB (Red+Green+Blue) = 189+112+180=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70B4 is #428F4B. Grayscale: #8E8E8E. Windows color (decimal): -4362060 or 11825341. OLE color: 11825341.
HSL color Cylindrical-coordinate representation of color #BD70B4: hue angle of 307.01º 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 #BD70B4 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 180 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.26 |
| HSL | 307.01º | 0.37% | 0.59% | - |
| HSV(B) | 307.01º | 0.41% | 0.74% | - |
| XYZ | 35.02 | 25.7 | 46.3 | - |
| YUV | 142.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 180 | 0 | 0.41 | 0.05 | 0.26 | 307.01 | 0.37 | 0.59 |
| Hex | BD | 70 | B4 | 0 | 29 | 5 | 1A | 133 | 25 | 3B |
| Octal | 275 | 160 | 264 | 0 | 51 | 5 | 32 | 463 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10110100 | 0 | 101001 | 101 | 11010 | 100110011 | 100101 | 111011 |
Color Harmonies of #BD70B4
Complementary color
Monochromatic Colors of #BD70B4
Black with #BD70B4
Text Example
Text Example
White with #BD70B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70B4; }
p { color: rgb(189,112,180); }
H1.HeaderClassName
{
color: #BD70B4;
}
.AnyTagClassName
{
color: #BD70B4;
}
</style>
background-color css
<style>
a { background-color: #BD70B4; }
a { background-color: rgb(189,112,180); }
div.DivClassName
{
background-color: #BD70B4;
}
.BgClassName
{
background-color: #BD70B4;
}
</style>
border-color css
<style>
span { border-color: #BD70B4; }
span { border-color: rgb(189,112,180); }
td.TdClassName
{
border-color: #BD70B4;
}
.TagClassName
{
border-color: #BD70B4;
}
</style>