Shades of Fuchsia #BD59B3
Tints of Fuchsia #BD59B3
RGB
CMYK
RGB Variations
Color information
#BD59B3 (or 0xBD59B3) is known color: Fuchsia. HEX triplet: BD, 59 and B3. RGB value is (189,89,179). Sum of RGB (Red+Green+Blue) = 189+89+179=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD59B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59B3 is #42A64C. Grayscale: #808080. Windows color (decimal): -4367949 or 11753917. OLE color: 11753917.
HSL color Cylindrical-coordinate representation of color #BD59B3: hue angle of 306º 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 #BD59B3 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 179 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.26 |
| HSL | 306º | 0.43% | 0.55% | - |
| HSV(B) | 306º | 0.53% | 0.74% | - |
| XYZ | 32.7 | 21.22 | 45.02 | - |
| YUV | 129.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 179 | 0 | 0.53 | 0.05 | 0.26 | 306 | 0.43 | 0.55 |
| Hex | BD | 59 | B3 | 0 | 35 | 5 | 1A | 132 | 2B | 37 |
| Octal | 275 | 131 | 263 | 0 | 65 | 5 | 32 | 462 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10110011 | 0 | 110101 | 101 | 11010 | 100110010 | 101011 | 110111 |
Color Harmonies of #BD59B3
Complementary color
Monochromatic Colors of #BD59B3
Black with #BD59B3
Text Example
Text Example
White with #BD59B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59B3; }
p { color: rgb(189,89,179); }
H1.HeaderClassName
{
color: #BD59B3;
}
.AnyTagClassName
{
color: #BD59B3;
}
</style>
background-color css
<style>
a { background-color: #BD59B3; }
a { background-color: rgb(189,89,179); }
div.DivClassName
{
background-color: #BD59B3;
}
.BgClassName
{
background-color: #BD59B3;
}
</style>
border-color css
<style>
span { border-color: #BD59B3; }
span { border-color: rgb(189,89,179); }
td.TdClassName
{
border-color: #BD59B3;
}
.TagClassName
{
border-color: #BD59B3;
}
</style>