Shades of Fuchsia #BD70B6
Tints of Fuchsia #BD70B6
RGB
CMYK
RGB Variations
Color information
#BD70B6 (or 0xBD70B6) is known color: Fuchsia. HEX triplet: BD, 70 and B6. RGB value is (189,112,182). Sum of RGB (Red+Green+Blue) = 189+112+182=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70B6 is #428F49. Grayscale: #8E8E8E. Windows color (decimal): -4362058 or 11956413. OLE color: 11956413.
HSL color Cylindrical-coordinate representation of color #BD70B6: hue angle of 305.45º 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 #BD70B6 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 182 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.26 |
| HSL | 305.45º | 0.37% | 0.59% | - |
| HSV(B) | 305.45º | 0.41% | 0.74% | - |
| XYZ | 35.22 | 25.78 | 47.38 | - |
| YUV | 143 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 182 | 0 | 0.41 | 0.04 | 0.26 | 305.45 | 0.37 | 0.59 |
| Hex | BD | 70 | B6 | 0 | 29 | 4 | 1A | 131 | 25 | 3B |
| Octal | 275 | 160 | 266 | 0 | 51 | 4 | 32 | 461 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10110110 | 0 | 101001 | 100 | 11010 | 100110001 | 100101 | 111011 |
Color Harmonies of #BD70B6
Complementary color
Monochromatic Colors of #BD70B6
Black with #BD70B6
Text Example
Text Example
White with #BD70B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70B6; }
p { color: rgb(189,112,182); }
H1.HeaderClassName
{
color: #BD70B6;
}
.AnyTagClassName
{
color: #BD70B6;
}
</style>
background-color css
<style>
a { background-color: #BD70B6; }
a { background-color: rgb(189,112,182); }
div.DivClassName
{
background-color: #BD70B6;
}
.BgClassName
{
background-color: #BD70B6;
}
</style>
border-color css
<style>
span { border-color: #BD70B6; }
span { border-color: rgb(189,112,182); }
td.TdClassName
{
border-color: #BD70B6;
}
.TagClassName
{
border-color: #BD70B6;
}
</style>