Shades of Fuchsia #BD3BCB
Tints of Fuchsia #BD3BCB
RGB
CMYK
RGB Variations
Color information
#BD3BCB (or 0xBD3BCB) is known color: Fuchsia. HEX triplet: BD, 3B and CB. RGB value is (189,59,203). Sum of RGB (Red+Green+Blue) = 189+59+203=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD3BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BCB is #42C434. Grayscale: #717171. Windows color (decimal): -4375605 or 13319101. OLE color: 13319101.
HSL color Cylindrical-coordinate representation of color #BD3BCB: hue angle of 294.17º 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 #BD3BCB is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 59 | 203 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.20 |
| HSL | 294.17º | 0.58% | 0.51% | - |
| HSV(B) | 294.17º | 0.71% | 0.8% | - |
| XYZ | 33.33 | 18.26 | 58.27 | - |
| YUV | 114.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 203 | 0.07 | 0.71 | 0 | 0.20 | 294.17 | 0.58 | 0.51 |
| Hex | BD | 3B | CB | 7 | 47 | 0 | 14 | 126 | 3A | 33 |
| Octal | 275 | 73 | 313 | 7 | 107 | 0 | 24 | 446 | 72 | 63 |
| Binary | 10111101 | 111011 | 11001011 | 111 | 1000111 | 0 | 10100 | 100100110 | 111010 | 110011 |
Color Harmonies of #BD3BCB
Complementary color
Monochromatic Colors of #BD3BCB
Black with #BD3BCB
Text Example
Text Example
White with #BD3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BCB; }
p { color: rgb(189,59,203); }
H1.HeaderClassName
{
color: #BD3BCB;
}
.AnyTagClassName
{
color: #BD3BCB;
}
</style>
background-color css
<style>
a { background-color: #BD3BCB; }
a { background-color: rgb(189,59,203); }
div.DivClassName
{
background-color: #BD3BCB;
}
.BgClassName
{
background-color: #BD3BCB;
}
</style>
border-color css
<style>
span { border-color: #BD3BCB; }
span { border-color: rgb(189,59,203); }
td.TdClassName
{
border-color: #BD3BCB;
}
.TagClassName
{
border-color: #BD3BCB;
}
</style>