Shades of Fuchsia #BD48A7
Tints of Fuchsia #BD48A7
RGB
CMYK
RGB Variations
Color information
#BD48A7 (or 0xBD48A7) is known color: Fuchsia. HEX triplet: BD, 48 and A7. RGB value is (189,72,167). Sum of RGB (Red+Green+Blue) = 189+72+167=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD48A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD48A7 is #42B758. Grayscale: #757575. Windows color (decimal): -4372313 or 10963133. OLE color: 10963133.
HSL color Cylindrical-coordinate representation of color #BD48A7: hue angle of 311.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD48A7 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 167 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.26 |
| HSL | 311.28º | 0.47% | 0.51% | - |
| HSV(B) | 311.28º | 0.62% | 0.74% | - |
| XYZ | 30.28 | 18.24 | 38.48 | - |
| YUV | 117.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 167 | 0 | 0.62 | 0.12 | 0.26 | 311.28 | 0.47 | 0.51 |
| Hex | BD | 48 | A7 | 0 | 3E | C | 1A | 137 | 2F | 33 |
| Octal | 275 | 110 | 247 | 0 | 76 | 14 | 32 | 467 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10100111 | 0 | 111110 | 1100 | 11010 | 100110111 | 101111 | 110011 |
Color Harmonies of #BD48A7
Complementary color
Monochromatic Colors of #BD48A7
Black with #BD48A7
Text Example
Text Example
White with #BD48A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD48A7; }
p { color: rgb(189,72,167); }
H1.HeaderClassName
{
color: #BD48A7;
}
.AnyTagClassName
{
color: #BD48A7;
}
</style>
background-color css
<style>
a { background-color: #BD48A7; }
a { background-color: rgb(189,72,167); }
div.DivClassName
{
background-color: #BD48A7;
}
.BgClassName
{
background-color: #BD48A7;
}
</style>
border-color css
<style>
span { border-color: #BD48A7; }
span { border-color: rgb(189,72,167); }
td.TdClassName
{
border-color: #BD48A7;
}
.TagClassName
{
border-color: #BD48A7;
}
</style>