Shades of Fuchsia #BD59B2
Tints of Fuchsia #BD59B2
RGB
CMYK
RGB Variations
Color information
#BD59B2 (or 0xBD59B2) is known color: Fuchsia. HEX triplet: BD, 59 and B2. RGB value is (189,89,178). Sum of RGB (Red+Green+Blue) = 189+89+178=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD59B2 is #42A64D. Grayscale: #808080. Windows color (decimal): -4367950 or 11688381. OLE color: 11688381.
HSL color Cylindrical-coordinate representation of color #BD59B2: hue angle of 306.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD59B2 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 178 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.26 |
| HSL | 306.6º | 0.43% | 0.55% | - |
| HSV(B) | 306.6º | 0.53% | 0.74% | - |
| XYZ | 32.59 | 21.18 | 44.49 | - |
| YUV | 129.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 178 | 0 | 0.53 | 0.06 | 0.26 | 306.6 | 0.43 | 0.55 |
| Hex | BD | 59 | B2 | 0 | 35 | 6 | 1A | 133 | 2B | 37 |
| Octal | 275 | 131 | 262 | 0 | 65 | 6 | 32 | 463 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10110010 | 0 | 110101 | 110 | 11010 | 100110011 | 101011 | 110111 |
Color Harmonies of #BD59B2
Complementary color
Monochromatic Colors of #BD59B2
Black with #BD59B2
Text Example
Text Example
White with #BD59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59B2; }
p { color: rgb(189,89,178); }
H1.HeaderClassName
{
color: #BD59B2;
}
.AnyTagClassName
{
color: #BD59B2;
}
</style>
background-color css
<style>
a { background-color: #BD59B2; }
a { background-color: rgb(189,89,178); }
div.DivClassName
{
background-color: #BD59B2;
}
.BgClassName
{
background-color: #BD59B2;
}
</style>
border-color css
<style>
span { border-color: #BD59B2; }
span { border-color: rgb(189,89,178); }
td.TdClassName
{
border-color: #BD59B2;
}
.TagClassName
{
border-color: #BD59B2;
}
</style>