Shades of Fuchsia #BD79C1
Tints of Fuchsia #BD79C1
RGB
CMYK
RGB Variations
Color information
#BD79C1 (or 0xBD79C1) is known color: Fuchsia. HEX triplet: BD, 79 and C1. RGB value is (189,121,193). Sum of RGB (Red+Green+Blue) = 189+121+193=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD79C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79C1 is #42863E. Grayscale: #959595. Windows color (decimal): -4359743 or 12679613. OLE color: 12679613.
HSL color Cylindrical-coordinate representation of color #BD79C1: hue angle of 296.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD79C1 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 121 | 193 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.24 |
| HSL | 296.67º | 0.37% | 0.62% | - |
| HSV(B) | 296.67º | 0.37% | 0.76% | - |
| XYZ | 37.45 | 28.34 | 53.95 | - |
| YUV | 149.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 193 | 0.02 | 0.37 | 0 | 0.24 | 296.67 | 0.37 | 0.62 |
| Hex | BD | 79 | C1 | 2 | 25 | 0 | 18 | 129 | 25 | 3E |
| Octal | 275 | 171 | 301 | 2 | 45 | 0 | 30 | 451 | 45 | 76 |
| Binary | 10111101 | 1111001 | 11000001 | 10 | 100101 | 0 | 11000 | 100101001 | 100101 | 111110 |
Color Harmonies of #BD79C1
Complementary color
Monochromatic Colors of #BD79C1
Black with #BD79C1
Text Example
Text Example
White with #BD79C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD79C1; }
p { color: rgb(189,121,193); }
H1.HeaderClassName
{
color: #BD79C1;
}
.AnyTagClassName
{
color: #BD79C1;
}
</style>
background-color css
<style>
a { background-color: #BD79C1; }
a { background-color: rgb(189,121,193); }
div.DivClassName
{
background-color: #BD79C1;
}
.BgClassName
{
background-color: #BD79C1;
}
</style>
border-color css
<style>
span { border-color: #BD79C1; }
span { border-color: rgb(189,121,193); }
td.TdClassName
{
border-color: #BD79C1;
}
.TagClassName
{
border-color: #BD79C1;
}
</style>