Shades of Fuchsia #BD5BC1
Tints of Fuchsia #BD5BC1
RGB
CMYK
RGB Variations
Color information
#BD5BC1 (or 0xBD5BC1) is known color: Fuchsia. HEX triplet: BD, 5B and C1. RGB value is (189,91,193). Sum of RGB (Red+Green+Blue) = 189+91+193=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD5BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5BC1 is #42A43E. Grayscale: #838383. Windows color (decimal): -4367423 or 12671933. OLE color: 12671933.
HSL color Cylindrical-coordinate representation of color #BD5BC1: hue angle of 297.65º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5BC1 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 91 | 193 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.24 |
| HSL | 297.65º | 0.45% | 0.56% | - |
| HSV(B) | 297.65º | 0.53% | 0.76% | - |
| XYZ | 34.35 | 22.15 | 52.92 | - |
| YUV | 131.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 193 | 0.02 | 0.53 | 0 | 0.24 | 297.65 | 0.45 | 0.56 |
| Hex | BD | 5B | C1 | 2 | 35 | 0 | 18 | 12A | 2D | 38 |
| Octal | 275 | 133 | 301 | 2 | 65 | 0 | 30 | 452 | 55 | 70 |
| Binary | 10111101 | 1011011 | 11000001 | 10 | 110101 | 0 | 11000 | 100101010 | 101101 | 111000 |
Color Harmonies of #BD5BC1
Complementary color
Monochromatic Colors of #BD5BC1
Black with #BD5BC1
Text Example
Text Example
White with #BD5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5BC1; }
p { color: rgb(189,91,193); }
H1.HeaderClassName
{
color: #BD5BC1;
}
.AnyTagClassName
{
color: #BD5BC1;
}
</style>
background-color css
<style>
a { background-color: #BD5BC1; }
a { background-color: rgb(189,91,193); }
div.DivClassName
{
background-color: #BD5BC1;
}
.BgClassName
{
background-color: #BD5BC1;
}
</style>
border-color css
<style>
span { border-color: #BD5BC1; }
span { border-color: rgb(189,91,193); }
td.TdClassName
{
border-color: #BD5BC1;
}
.TagClassName
{
border-color: #BD5BC1;
}
</style>