Shades of Fuchsia #BD50C4
Tints of Fuchsia #BD50C4
RGB
CMYK
RGB Variations
Color information
#BD50C4 (or 0xBD50C4) is known color: Fuchsia. HEX triplet: BD, 50 and C4. RGB value is (189,80,196). Sum of RGB (Red+Green+Blue) = 189+80+196=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD50C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50C4 is #42AF3B. Grayscale: #7D7D7D. Windows color (decimal): -4370236 or 12865725. OLE color: 12865725.
HSL color Cylindrical-coordinate representation of color #BD50C4: hue angle of 296.38º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD50C4 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 80 | 196 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.23 |
| HSL | 296.38º | 0.5% | 0.54% | - |
| HSV(B) | 296.38º | 0.59% | 0.77% | - |
| XYZ | 33.82 | 20.54 | 54.41 | - |
| YUV | 125.82 | 167.61 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 196 | 0.04 | 0.59 | 0 | 0.23 | 296.38 | 0.5 | 0.54 |
| Hex | BD | 50 | C4 | 4 | 3B | 0 | 17 | 128 | 32 | 36 |
| Octal | 275 | 120 | 304 | 4 | 73 | 0 | 27 | 450 | 62 | 66 |
| Binary | 10111101 | 1010000 | 11000100 | 100 | 111011 | 0 | 10111 | 100101000 | 110010 | 110110 |
Color Harmonies of #BD50C4
Complementary color
Monochromatic Colors of #BD50C4
Black with #BD50C4
Text Example
Text Example
White with #BD50C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50C4; }
p { color: rgb(189,80,196); }
H1.HeaderClassName
{
color: #BD50C4;
}
.AnyTagClassName
{
color: #BD50C4;
}
</style>
background-color css
<style>
a { background-color: #BD50C4; }
a { background-color: rgb(189,80,196); }
div.DivClassName
{
background-color: #BD50C4;
}
.BgClassName
{
background-color: #BD50C4;
}
</style>
border-color css
<style>
span { border-color: #BD50C4; }
span { border-color: rgb(189,80,196); }
td.TdClassName
{
border-color: #BD50C4;
}
.TagClassName
{
border-color: #BD50C4;
}
</style>