Shades of Fuchsia #BD5DC2
Tints of Fuchsia #BD5DC2
RGB
CMYK
RGB Variations
Color information
#BD5DC2 (or 0xBD5DC2) is known color: Fuchsia. HEX triplet: BD, 5D and C2. RGB value is (189,93,194). Sum of RGB (Red+Green+Blue) = 189+93+194=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD5DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DC2 is #42A23D. Grayscale: #848484. Windows color (decimal): -4366910 or 12737981. OLE color: 12737981.
HSL color Cylindrical-coordinate representation of color #BD5DC2: hue angle of 297.03º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5DC2 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 93 | 194 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.24 |
| HSL | 297.03º | 0.45% | 0.56% | - |
| HSV(B) | 297.03º | 0.52% | 0.76% | - |
| XYZ | 34.64 | 22.54 | 53.56 | - |
| YUV | 133.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 194 | 0.03 | 0.52 | 0 | 0.24 | 297.03 | 0.45 | 0.56 |
| Hex | BD | 5D | C2 | 3 | 34 | 0 | 18 | 129 | 2D | 38 |
| Octal | 275 | 135 | 302 | 3 | 64 | 0 | 30 | 451 | 55 | 70 |
| Binary | 10111101 | 1011101 | 11000010 | 11 | 110100 | 0 | 11000 | 100101001 | 101101 | 111000 |
Color Harmonies of #BD5DC2
Complementary color
Monochromatic Colors of #BD5DC2
Black with #BD5DC2
Text Example
Text Example
White with #BD5DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DC2; }
p { color: rgb(189,93,194); }
H1.HeaderClassName
{
color: #BD5DC2;
}
.AnyTagClassName
{
color: #BD5DC2;
}
</style>
background-color css
<style>
a { background-color: #BD5DC2; }
a { background-color: rgb(189,93,194); }
div.DivClassName
{
background-color: #BD5DC2;
}
.BgClassName
{
background-color: #BD5DC2;
}
</style>
border-color css
<style>
span { border-color: #BD5DC2; }
span { border-color: rgb(189,93,194); }
td.TdClassName
{
border-color: #BD5DC2;
}
.TagClassName
{
border-color: #BD5DC2;
}
</style>