Shades of Fuchsia #BD48CA
Tints of Fuchsia #BD48CA
RGB
CMYK
RGB Variations
Color information
#BD48CA (or 0xBD48CA) is known color: Fuchsia. HEX triplet: BD, 48 and CA. RGB value is (189,72,202). Sum of RGB (Red+Green+Blue) = 189+72+202=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48CA is #42B735. Grayscale: #797979. Windows color (decimal): -4372278 or 13256893. OLE color: 13256893.
HSL color Cylindrical-coordinate representation of color #BD48CA: hue angle of 294º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD48CA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 72 | 202 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.21 |
| HSL | 294º | 0.55% | 0.54% | - |
| HSV(B) | 294º | 0.64% | 0.79% | - |
| XYZ | 33.96 | 19.72 | 57.89 | - |
| YUV | 121.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 202 | 0.06 | 0.64 | 0 | 0.21 | 294 | 0.55 | 0.54 |
| Hex | BD | 48 | CA | 6 | 40 | 0 | 15 | 126 | 37 | 36 |
| Octal | 275 | 110 | 312 | 6 | 100 | 0 | 25 | 446 | 67 | 66 |
| Binary | 10111101 | 1001000 | 11001010 | 110 | 1000000 | 0 | 10101 | 100100110 | 110111 | 110110 |
Color Harmonies of #BD48CA
Complementary color
Monochromatic Colors of #BD48CA
Black with #BD48CA
Text Example
Text Example
White with #BD48CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD48CA; }
p { color: rgb(189,72,202); }
H1.HeaderClassName
{
color: #BD48CA;
}
.AnyTagClassName
{
color: #BD48CA;
}
</style>
background-color css
<style>
a { background-color: #BD48CA; }
a { background-color: rgb(189,72,202); }
div.DivClassName
{
background-color: #BD48CA;
}
.BgClassName
{
background-color: #BD48CA;
}
</style>
border-color css
<style>
span { border-color: #BD48CA; }
span { border-color: rgb(189,72,202); }
td.TdClassName
{
border-color: #BD48CA;
}
.TagClassName
{
border-color: #BD48CA;
}
</style>