Shades of Fuchsia #BD5BBB
Tints of Fuchsia #BD5BBB
RGB
CMYK
RGB Variations
Color information
#BD5BBB (or 0xBD5BBB) is known color: Fuchsia. HEX triplet: BD, 5B and BB. RGB value is (189,91,187). Sum of RGB (Red+Green+Blue) = 189+91+187=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5BBB is #42A444. Grayscale: #828282. Windows color (decimal): -4367429 or 12278717. OLE color: 12278717.
HSL color Cylindrical-coordinate representation of color #BD5BBB: hue angle of 301.22º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5BBB is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 91 | 187 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.26 |
| HSL | 301.22º | 0.43% | 0.55% | - |
| HSV(B) | 301.22º | 0.52% | 0.74% | - |
| XYZ | 33.7 | 21.89 | 49.46 | - |
| YUV | 131.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 187 | 0 | 0.52 | 0.01 | 0.26 | 301.22 | 0.43 | 0.55 |
| Hex | BD | 5B | BB | 0 | 34 | 1 | 1A | 12D | 2B | 37 |
| Octal | 275 | 133 | 273 | 0 | 64 | 1 | 32 | 455 | 53 | 67 |
| Binary | 10111101 | 1011011 | 10111011 | 0 | 110100 | 1 | 11010 | 100101101 | 101011 | 110111 |
Color Harmonies of #BD5BBB
Complementary color
Monochromatic Colors of #BD5BBB
Black with #BD5BBB
Text Example
Text Example
White with #BD5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5BBB; }
p { color: rgb(189,91,187); }
H1.HeaderClassName
{
color: #BD5BBB;
}
.AnyTagClassName
{
color: #BD5BBB;
}
</style>
background-color css
<style>
a { background-color: #BD5BBB; }
a { background-color: rgb(189,91,187); }
div.DivClassName
{
background-color: #BD5BBB;
}
.BgClassName
{
background-color: #BD5BBB;
}
</style>
border-color css
<style>
span { border-color: #BD5BBB; }
span { border-color: rgb(189,91,187); }
td.TdClassName
{
border-color: #BD5BBB;
}
.TagClassName
{
border-color: #BD5BBB;
}
</style>