Shades of Fuchsia #BD3ECB
Tints of Fuchsia #BD3ECB
RGB
CMYK
RGB Variations
Color information
#BD3ECB (or 0xBD3ECB) is known color: Fuchsia. HEX triplet: BD, 3E and CB. RGB value is (189,62,203). Sum of RGB (Red+Green+Blue) = 189+62+203=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD3ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ECB is #42C134. Grayscale: #737373. Windows color (decimal): -4374837 or 13319869. OLE color: 13319869.
HSL color Cylindrical-coordinate representation of color #BD3ECB: hue angle of 294.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3ECB is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 62 | 203 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.20 |
| HSL | 294.04º | 0.58% | 0.52% | - |
| HSV(B) | 294.04º | 0.69% | 0.8% | - |
| XYZ | 33.49 | 18.58 | 58.32 | - |
| YUV | 116.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 203 | 0.07 | 0.69 | 0 | 0.20 | 294.04 | 0.58 | 0.52 |
| Hex | BD | 3E | CB | 7 | 45 | 0 | 14 | 126 | 3A | 34 |
| Octal | 275 | 76 | 313 | 7 | 105 | 0 | 24 | 446 | 72 | 64 |
| Binary | 10111101 | 111110 | 11001011 | 111 | 1000101 | 0 | 10100 | 100100110 | 111010 | 110100 |
Color Harmonies of #BD3ECB
Complementary color
Monochromatic Colors of #BD3ECB
Black with #BD3ECB
Text Example
Text Example
White with #BD3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ECB; }
p { color: rgb(189,62,203); }
H1.HeaderClassName
{
color: #BD3ECB;
}
.AnyTagClassName
{
color: #BD3ECB;
}
</style>
background-color css
<style>
a { background-color: #BD3ECB; }
a { background-color: rgb(189,62,203); }
div.DivClassName
{
background-color: #BD3ECB;
}
.BgClassName
{
background-color: #BD3ECB;
}
</style>
border-color css
<style>
span { border-color: #BD3ECB; }
span { border-color: rgb(189,62,203); }
td.TdClassName
{
border-color: #BD3ECB;
}
.TagClassName
{
border-color: #BD3ECB;
}
</style>