Shades of Fuchsia #BD58B2
Tints of Fuchsia #BD58B2
RGB
CMYK
RGB Variations
Color information
#BD58B2 (or 0xBD58B2) is known color: Fuchsia. HEX triplet: BD, 58 and B2. RGB value is (189,88,178). Sum of RGB (Red+Green+Blue) = 189+88+178=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD58B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD58B2 is #42A74D. Grayscale: #808080. Windows color (decimal): -4368206 or 11688125. OLE color: 11688125.
HSL color Cylindrical-coordinate representation of color #BD58B2: hue angle of 306.53º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD58B2 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 178 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.26 |
| HSL | 306.53º | 0.43% | 0.54% | - |
| HSV(B) | 306.53º | 0.53% | 0.74% | - |
| XYZ | 32.51 | 21.01 | 44.46 | - |
| YUV | 128.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 178 | 0 | 0.53 | 0.06 | 0.26 | 306.53 | 0.43 | 0.54 |
| Hex | BD | 58 | B2 | 0 | 35 | 6 | 1A | 133 | 2B | 36 |
| Octal | 275 | 130 | 262 | 0 | 65 | 6 | 32 | 463 | 53 | 66 |
| Binary | 10111101 | 1011000 | 10110010 | 0 | 110101 | 110 | 11010 | 100110011 | 101011 | 110110 |
Color Harmonies of #BD58B2
Complementary color
Monochromatic Colors of #BD58B2
Black with #BD58B2
Text Example
Text Example
White with #BD58B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58B2; }
p { color: rgb(189,88,178); }
H1.HeaderClassName
{
color: #BD58B2;
}
.AnyTagClassName
{
color: #BD58B2;
}
</style>
background-color css
<style>
a { background-color: #BD58B2; }
a { background-color: rgb(189,88,178); }
div.DivClassName
{
background-color: #BD58B2;
}
.BgClassName
{
background-color: #BD58B2;
}
</style>
border-color css
<style>
span { border-color: #BD58B2; }
span { border-color: rgb(189,88,178); }
td.TdClassName
{
border-color: #BD58B2;
}
.TagClassName
{
border-color: #BD58B2;
}
</style>