Shades of Fuchsia #BD3CCB
Tints of Fuchsia #BD3CCB
RGB
CMYK
RGB Variations
Color information
#BD3CCB (or 0xBD3CCB) is known color: Fuchsia. HEX triplet: BD, 3C and CB. RGB value is (189,60,203). Sum of RGB (Red+Green+Blue) = 189+60+203=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD3CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CCB is #42C334. Grayscale: #727272. Windows color (decimal): -4375349 or 13319357. OLE color: 13319357.
HSL color Cylindrical-coordinate representation of color #BD3CCB: hue angle of 294.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3CCB is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 60 | 203 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.20 |
| HSL | 294.13º | 0.58% | 0.52% | - |
| HSV(B) | 294.13º | 0.7% | 0.8% | - |
| XYZ | 33.38 | 18.36 | 58.28 | - |
| YUV | 114.87 | 177.74 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 203 | 0.07 | 0.70 | 0 | 0.20 | 294.13 | 0.58 | 0.52 |
| Hex | BD | 3C | CB | 7 | 46 | 0 | 14 | 126 | 3A | 34 |
| Octal | 275 | 74 | 313 | 7 | 106 | 0 | 24 | 446 | 72 | 64 |
| Binary | 10111101 | 111100 | 11001011 | 111 | 1000110 | 0 | 10100 | 100100110 | 111010 | 110100 |
Color Harmonies of #BD3CCB
Complementary color
Monochromatic Colors of #BD3CCB
Black with #BD3CCB
Text Example
Text Example
White with #BD3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CCB; }
p { color: rgb(189,60,203); }
H1.HeaderClassName
{
color: #BD3CCB;
}
.AnyTagClassName
{
color: #BD3CCB;
}
</style>
background-color css
<style>
a { background-color: #BD3CCB; }
a { background-color: rgb(189,60,203); }
div.DivClassName
{
background-color: #BD3CCB;
}
.BgClassName
{
background-color: #BD3CCB;
}
</style>
border-color css
<style>
span { border-color: #BD3CCB; }
span { border-color: rgb(189,60,203); }
td.TdClassName
{
border-color: #BD3CCB;
}
.TagClassName
{
border-color: #BD3CCB;
}
</style>