Shades of Fuchsia #BD3ACB
Tints of Fuchsia #BD3ACB
RGB
CMYK
RGB Variations
Color information
#BD3ACB (or 0xBD3ACB) is known color: Fuchsia. HEX triplet: BD, 3A and CB. RGB value is (189,58,203). Sum of RGB (Red+Green+Blue) = 189+58+203=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD3ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ACB is #42C534. Grayscale: #717171. Windows color (decimal): -4375861 or 13318845. OLE color: 13318845.
HSL color Cylindrical-coordinate representation of color #BD3ACB: hue angle of 294.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3ACB is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 58 | 203 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.20 |
| HSL | 294.21º | 0.58% | 0.51% | - |
| HSV(B) | 294.21º | 0.71% | 0.8% | - |
| XYZ | 33.28 | 18.16 | 58.25 | - |
| YUV | 113.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 203 | 0.07 | 0.71 | 0 | 0.20 | 294.21 | 0.58 | 0.51 |
| Hex | BD | 3A | CB | 7 | 47 | 0 | 14 | 126 | 3A | 33 |
| Octal | 275 | 72 | 313 | 7 | 107 | 0 | 24 | 446 | 72 | 63 |
| Binary | 10111101 | 111010 | 11001011 | 111 | 1000111 | 0 | 10100 | 100100110 | 111010 | 110011 |
Color Harmonies of #BD3ACB
Complementary color
Monochromatic Colors of #BD3ACB
Black with #BD3ACB
Text Example
Text Example
White with #BD3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ACB; }
p { color: rgb(189,58,203); }
H1.HeaderClassName
{
color: #BD3ACB;
}
.AnyTagClassName
{
color: #BD3ACB;
}
</style>
background-color css
<style>
a { background-color: #BD3ACB; }
a { background-color: rgb(189,58,203); }
div.DivClassName
{
background-color: #BD3ACB;
}
.BgClassName
{
background-color: #BD3ACB;
}
</style>
border-color css
<style>
span { border-color: #BD3ACB; }
span { border-color: rgb(189,58,203); }
td.TdClassName
{
border-color: #BD3ACB;
}
.TagClassName
{
border-color: #BD3ACB;
}
</style>