Shades of Fuchsia #BD52B6
Tints of Fuchsia #BD52B6
RGB
CMYK
RGB Variations
Color information
#BD52B6 (or 0xBD52B6) is known color: Fuchsia. HEX triplet: BD, 52 and B6. RGB value is (189,82,182). Sum of RGB (Red+Green+Blue) = 189+82+182=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD52B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52B6 is #42AD49. Grayscale: #7D7D7D. Windows color (decimal): -4369738 or 11948733. OLE color: 11948733.
HSL color Cylindrical-coordinate representation of color #BD52B6: hue angle of 303.93º 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 #BD52B6 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 182 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.26 |
| HSL | 303.93º | 0.45% | 0.53% | - |
| HSV(B) | 303.93º | 0.57% | 0.74% | - |
| XYZ | 32.45 | 20.23 | 46.45 | - |
| YUV | 125.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 182 | 0 | 0.57 | 0.04 | 0.26 | 303.93 | 0.45 | 0.53 |
| Hex | BD | 52 | B6 | 0 | 39 | 4 | 1A | 130 | 2D | 35 |
| Octal | 275 | 122 | 266 | 0 | 71 | 4 | 32 | 460 | 55 | 65 |
| Binary | 10111101 | 1010010 | 10110110 | 0 | 111001 | 100 | 11010 | 100110000 | 101101 | 110101 |
Color Harmonies of #BD52B6
Complementary color
Monochromatic Colors of #BD52B6
Black with #BD52B6
Text Example
Text Example
White with #BD52B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52B6; }
p { color: rgb(189,82,182); }
H1.HeaderClassName
{
color: #BD52B6;
}
.AnyTagClassName
{
color: #BD52B6;
}
</style>
background-color css
<style>
a { background-color: #BD52B6; }
a { background-color: rgb(189,82,182); }
div.DivClassName
{
background-color: #BD52B6;
}
.BgClassName
{
background-color: #BD52B6;
}
</style>
border-color css
<style>
span { border-color: #BD52B6; }
span { border-color: rgb(189,82,182); }
td.TdClassName
{
border-color: #BD52B6;
}
.TagClassName
{
border-color: #BD52B6;
}
</style>