Shades of Fuchsia #BD70BE
Tints of Fuchsia #BD70BE
RGB
CMYK
RGB Variations
Color information
#BD70BE (or 0xBD70BE) is known color: Fuchsia. HEX triplet: BD, 70 and BE. RGB value is (189,112,190). Sum of RGB (Red+Green+Blue) = 189+112+190=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70BE is #428F41. Grayscale: #8F8F8F. Windows color (decimal): -4362050 or 12480701. OLE color: 12480701.
HSL color Cylindrical-coordinate representation of color #BD70BE: hue angle of 299.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD70BE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 112 | 190 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.25 |
| HSL | 299.23º | 0.38% | 0.59% | - |
| HSV(B) | 299.23º | 0.41% | 0.75% | - |
| XYZ | 36.07 | 26.12 | 51.86 | - |
| YUV | 143.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 190 | 0.01 | 0.41 | 0 | 0.25 | 299.23 | 0.38 | 0.59 |
| Hex | BD | 70 | BE | 1 | 29 | 0 | 19 | 12B | 26 | 3B |
| Octal | 275 | 160 | 276 | 1 | 51 | 0 | 31 | 453 | 46 | 73 |
| Binary | 10111101 | 1110000 | 10111110 | 1 | 101001 | 0 | 11001 | 100101011 | 100110 | 111011 |
Color Harmonies of #BD70BE
Complementary color
Monochromatic Colors of #BD70BE
Black with #BD70BE
Text Example
Text Example
White with #BD70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70BE; }
p { color: rgb(189,112,190); }
H1.HeaderClassName
{
color: #BD70BE;
}
.AnyTagClassName
{
color: #BD70BE;
}
</style>
background-color css
<style>
a { background-color: #BD70BE; }
a { background-color: rgb(189,112,190); }
div.DivClassName
{
background-color: #BD70BE;
}
.BgClassName
{
background-color: #BD70BE;
}
</style>
border-color css
<style>
span { border-color: #BD70BE; }
span { border-color: rgb(189,112,190); }
td.TdClassName
{
border-color: #BD70BE;
}
.TagClassName
{
border-color: #BD70BE;
}
</style>