Shades of Fuchsia #BD72C1
Tints of Fuchsia #BD72C1
RGB
CMYK
RGB Variations
Color information
#BD72C1 (or 0xBD72C1) is known color: Fuchsia. HEX triplet: BD, 72 and C1. RGB value is (189,114,193). Sum of RGB (Red+Green+Blue) = 189+114+193=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD72C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72C1 is #428D3E. Grayscale: #919191. Windows color (decimal): -4361535 or 12677821. OLE color: 12677821.
HSL color Cylindrical-coordinate representation of color #BD72C1: hue angle of 296.96º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD72C1 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 114 | 193 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.24 |
| HSL | 296.96º | 0.39% | 0.6% | - |
| HSV(B) | 296.96º | 0.41% | 0.76% | - |
| XYZ | 36.63 | 26.7 | 53.68 | - |
| YUV | 145.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 193 | 0.02 | 0.41 | 0 | 0.24 | 296.96 | 0.39 | 0.6 |
| Hex | BD | 72 | C1 | 2 | 29 | 0 | 18 | 129 | 27 | 3C |
| Octal | 275 | 162 | 301 | 2 | 51 | 0 | 30 | 451 | 47 | 74 |
| Binary | 10111101 | 1110010 | 11000001 | 10 | 101001 | 0 | 11000 | 100101001 | 100111 | 111100 |
Color Harmonies of #BD72C1
Complementary color
Monochromatic Colors of #BD72C1
Black with #BD72C1
Text Example
Text Example
White with #BD72C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD72C1; }
p { color: rgb(189,114,193); }
H1.HeaderClassName
{
color: #BD72C1;
}
.AnyTagClassName
{
color: #BD72C1;
}
</style>
background-color css
<style>
a { background-color: #BD72C1; }
a { background-color: rgb(189,114,193); }
div.DivClassName
{
background-color: #BD72C1;
}
.BgClassName
{
background-color: #BD72C1;
}
</style>
border-color css
<style>
span { border-color: #BD72C1; }
span { border-color: rgb(189,114,193); }
td.TdClassName
{
border-color: #BD72C1;
}
.TagClassName
{
border-color: #BD72C1;
}
</style>