Shades of Fuchsia #BD79C0
Tints of Fuchsia #BD79C0
RGB
CMYK
RGB Variations
Color information
#BD79C0 (or 0xBD79C0) is known color: Fuchsia. HEX triplet: BD, 79 and C0. RGB value is (189,121,192). Sum of RGB (Red+Green+Blue) = 189+121+192=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79C0 is #42863F. Grayscale: #959595. Windows color (decimal): -4359744 or 12614077. OLE color: 12614077.
HSL color Cylindrical-coordinate representation of color #BD79C0: hue angle of 297.46º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD79C0 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 121 | 192 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.25 |
| HSL | 297.46º | 0.36% | 0.61% | - |
| HSV(B) | 297.46º | 0.37% | 0.75% | - |
| XYZ | 37.34 | 28.3 | 53.36 | - |
| YUV | 149.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 192 | 0.02 | 0.37 | 0 | 0.25 | 297.46 | 0.36 | 0.61 |
| Hex | BD | 79 | C0 | 2 | 25 | 0 | 19 | 129 | 24 | 3D |
| Octal | 275 | 171 | 300 | 2 | 45 | 0 | 31 | 451 | 44 | 75 |
| Binary | 10111101 | 1111001 | 11000000 | 10 | 100101 | 0 | 11001 | 100101001 | 100100 | 111101 |
Color Harmonies of #BD79C0
Complementary color
Monochromatic Colors of #BD79C0
Black with #BD79C0
Text Example
Text Example
White with #BD79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD79C0; }
p { color: rgb(189,121,192); }
H1.HeaderClassName
{
color: #BD79C0;
}
.AnyTagClassName
{
color: #BD79C0;
}
</style>
background-color css
<style>
a { background-color: #BD79C0; }
a { background-color: rgb(189,121,192); }
div.DivClassName
{
background-color: #BD79C0;
}
.BgClassName
{
background-color: #BD79C0;
}
</style>
border-color css
<style>
span { border-color: #BD79C0; }
span { border-color: rgb(189,121,192); }
td.TdClassName
{
border-color: #BD79C0;
}
.TagClassName
{
border-color: #BD79C0;
}
</style>