Shades of Fuchsia #BD52BD
Tints of Fuchsia #BD52BD
RGB
CMYK
RGB Variations
Color information
#BD52BD (or 0xBD52BD) is known color: Fuchsia. HEX triplet: BD, 52 and BD. RGB value is (189,82,189). Sum of RGB (Red+Green+Blue) = 189+82+189=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52BD is #42AD42. Grayscale: #7D7D7D. Windows color (decimal): -4369731 or 12407485. OLE color: 12407485.
HSL color Cylindrical-coordinate representation of color #BD52BD: hue angle of 300º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD52BD is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 189 | - |
| CMYK | 0 | 0.57 | 0 | 0.26 |
| HSL | 300º | 0.45% | 0.53% | - |
| HSV(B) | 300º | 0.57% | 0.74% | - |
| XYZ | 33.19 | 20.53 | 50.36 | - |
| YUV | 126.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 189 | 0 | 0.57 | 0 | 0.26 | 300 | 0.45 | 0.53 |
| Hex | BD | 52 | BD | 0 | 39 | 0 | 1A | 12C | 2D | 35 |
| Octal | 275 | 122 | 275 | 0 | 71 | 0 | 32 | 454 | 55 | 65 |
| Binary | 10111101 | 1010010 | 10111101 | 0 | 111001 | 0 | 11010 | 100101100 | 101101 | 110101 |
Color Harmonies of #BD52BD
Complementary color
Monochromatic Colors of #BD52BD
Black with #BD52BD
Text Example
Text Example
White with #BD52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52BD; }
p { color: rgb(189,82,189); }
H1.HeaderClassName
{
color: #BD52BD;
}
.AnyTagClassName
{
color: #BD52BD;
}
</style>
background-color css
<style>
a { background-color: #BD52BD; }
a { background-color: rgb(189,82,189); }
div.DivClassName
{
background-color: #BD52BD;
}
.BgClassName
{
background-color: #BD52BD;
}
</style>
border-color css
<style>
span { border-color: #BD52BD; }
span { border-color: rgb(189,82,189); }
td.TdClassName
{
border-color: #BD52BD;
}
.TagClassName
{
border-color: #BD52BD;
}
</style>