Shades of Fuchsia #BD72BC
Tints of Fuchsia #BD72BC
RGB
CMYK
RGB Variations
Color information
#BD72BC (or 0xBD72BC) is known color: Fuchsia. HEX triplet: BD, 72 and BC. RGB value is (189,114,188). Sum of RGB (Red+Green+Blue) = 189+114+188=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD72BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72BC is #428D43. Grayscale: #909090. Windows color (decimal): -4361540 or 12350141. OLE color: 12350141.
HSL color Cylindrical-coordinate representation of color #BD72BC: hue angle of 300.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD72BC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 188 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.26 |
| HSL | 300.8º | 0.36% | 0.59% | - |
| HSV(B) | 300.8º | 0.4% | 0.74% | - |
| XYZ | 36.08 | 26.48 | 50.79 | - |
| YUV | 144.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 188 | 0 | 0.40 | 0.01 | 0.26 | 300.8 | 0.36 | 0.59 |
| Hex | BD | 72 | BC | 0 | 28 | 1 | 1A | 12D | 24 | 3B |
| Octal | 275 | 162 | 274 | 0 | 50 | 1 | 32 | 455 | 44 | 73 |
| Binary | 10111101 | 1110010 | 10111100 | 0 | 101000 | 1 | 11010 | 100101101 | 100100 | 111011 |
Color Harmonies of #BD72BC
Complementary color
Monochromatic Colors of #BD72BC
Black with #BD72BC
Text Example
Text Example
White with #BD72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD72BC; }
p { color: rgb(189,114,188); }
H1.HeaderClassName
{
color: #BD72BC;
}
.AnyTagClassName
{
color: #BD72BC;
}
</style>
background-color css
<style>
a { background-color: #BD72BC; }
a { background-color: rgb(189,114,188); }
div.DivClassName
{
background-color: #BD72BC;
}
.BgClassName
{
background-color: #BD72BC;
}
</style>
border-color css
<style>
span { border-color: #BD72BC; }
span { border-color: rgb(189,114,188); }
td.TdClassName
{
border-color: #BD72BC;
}
.TagClassName
{
border-color: #BD72BC;
}
</style>