Shades of Fuchsia #BD5AC0
Tints of Fuchsia #BD5AC0
RGB
CMYK
RGB Variations
Color information
#BD5AC0 (or 0xBD5AC0) is known color: Fuchsia. HEX triplet: BD, 5A and C0. RGB value is (189,90,192). Sum of RGB (Red+Green+Blue) = 189+90+192=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD5AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5AC0 is #42A53F. Grayscale: #828282. Windows color (decimal): -4367680 or 12606141. OLE color: 12606141.
HSL color Cylindrical-coordinate representation of color #BD5AC0: hue angle of 298.24º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5AC0 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 90 | 192 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.25 |
| HSL | 298.24º | 0.45% | 0.55% | - |
| HSV(B) | 298.24º | 0.53% | 0.75% | - |
| XYZ | 34.16 | 21.94 | 52.3 | - |
| YUV | 131.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 192 | 0.02 | 0.53 | 0 | 0.25 | 298.24 | 0.45 | 0.55 |
| Hex | BD | 5A | C0 | 2 | 35 | 0 | 19 | 12A | 2D | 37 |
| Octal | 275 | 132 | 300 | 2 | 65 | 0 | 31 | 452 | 55 | 67 |
| Binary | 10111101 | 1011010 | 11000000 | 10 | 110101 | 0 | 11001 | 100101010 | 101101 | 110111 |
Color Harmonies of #BD5AC0
Complementary color
Monochromatic Colors of #BD5AC0
Black with #BD5AC0
Text Example
Text Example
White with #BD5AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5AC0; }
p { color: rgb(189,90,192); }
H1.HeaderClassName
{
color: #BD5AC0;
}
.AnyTagClassName
{
color: #BD5AC0;
}
</style>
background-color css
<style>
a { background-color: #BD5AC0; }
a { background-color: rgb(189,90,192); }
div.DivClassName
{
background-color: #BD5AC0;
}
.BgClassName
{
background-color: #BD5AC0;
}
</style>
border-color css
<style>
span { border-color: #BD5AC0; }
span { border-color: rgb(189,90,192); }
td.TdClassName
{
border-color: #BD5AC0;
}
.TagClassName
{
border-color: #BD5AC0;
}
</style>