Shades of Fuchsia #BD74BC
Tints of Fuchsia #BD74BC
RGB
CMYK
RGB Variations
Color information
#BD74BC (or 0xBD74BC) is known color: Fuchsia. HEX triplet: BD, 74 and BC. RGB value is (189,116,188). Sum of RGB (Red+Green+Blue) = 189+116+188=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74BC is #428B43. Grayscale: #919191. Windows color (decimal): -4361028 or 12350653. OLE color: 12350653.
HSL color Cylindrical-coordinate representation of color #BD74BC: hue angle of 300.82º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD74BC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 188 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.26 |
| HSL | 300.82º | 0.36% | 0.6% | - |
| HSV(B) | 300.82º | 0.39% | 0.74% | - |
| XYZ | 36.31 | 26.94 | 50.86 | - |
| YUV | 146.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 188 | 0 | 0.39 | 0.01 | 0.26 | 300.82 | 0.36 | 0.6 |
| Hex | BD | 74 | BC | 0 | 27 | 1 | 1A | 12D | 24 | 3C |
| Octal | 275 | 164 | 274 | 0 | 47 | 1 | 32 | 455 | 44 | 74 |
| Binary | 10111101 | 1110100 | 10111100 | 0 | 100111 | 1 | 11010 | 100101101 | 100100 | 111100 |
Color Harmonies of #BD74BC
Complementary color
Monochromatic Colors of #BD74BC
Black with #BD74BC
Text Example
Text Example
White with #BD74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74BC; }
p { color: rgb(189,116,188); }
H1.HeaderClassName
{
color: #BD74BC;
}
.AnyTagClassName
{
color: #BD74BC;
}
</style>
background-color css
<style>
a { background-color: #BD74BC; }
a { background-color: rgb(189,116,188); }
div.DivClassName
{
background-color: #BD74BC;
}
.BgClassName
{
background-color: #BD74BC;
}
</style>
border-color css
<style>
span { border-color: #BD74BC; }
span { border-color: rgb(189,116,188); }
td.TdClassName
{
border-color: #BD74BC;
}
.TagClassName
{
border-color: #BD74BC;
}
</style>