Shades of Fuchsia #BD37CB
Tints of Fuchsia #BD37CB
RGB
CMYK
RGB Variations
Color information
#BD37CB (or 0xBD37CB) is known color: Fuchsia. HEX triplet: BD, 37 and CB. RGB value is (189,55,203). Sum of RGB (Red+Green+Blue) = 189+55+203=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD37CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37CB is #42C834. Grayscale: #6F6F6F. Windows color (decimal): -4376629 or 13318077. OLE color: 13318077.
HSL color Cylindrical-coordinate representation of color #BD37CB: hue angle of 294.32º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD37CB is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 55 | 203 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.20 |
| HSL | 294.32º | 0.59% | 0.51% | - |
| HSV(B) | 294.32º | 0.73% | 0.8% | - |
| XYZ | 33.13 | 17.86 | 58.2 | - |
| YUV | 111.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 203 | 0.07 | 0.73 | 0 | 0.20 | 294.32 | 0.59 | 0.51 |
| Hex | BD | 37 | CB | 7 | 49 | 0 | 14 | 126 | 3B | 33 |
| Octal | 275 | 67 | 313 | 7 | 111 | 0 | 24 | 446 | 73 | 63 |
| Binary | 10111101 | 110111 | 11001011 | 111 | 1001001 | 0 | 10100 | 100100110 | 111011 | 110011 |
Color Harmonies of #BD37CB
Complementary color
Monochromatic Colors of #BD37CB
Black with #BD37CB
Text Example
Text Example
White with #BD37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37CB; }
p { color: rgb(189,55,203); }
H1.HeaderClassName
{
color: #BD37CB;
}
.AnyTagClassName
{
color: #BD37CB;
}
</style>
background-color css
<style>
a { background-color: #BD37CB; }
a { background-color: rgb(189,55,203); }
div.DivClassName
{
background-color: #BD37CB;
}
.BgClassName
{
background-color: #BD37CB;
}
</style>
border-color css
<style>
span { border-color: #BD37CB; }
span { border-color: rgb(189,55,203); }
td.TdClassName
{
border-color: #BD37CB;
}
.TagClassName
{
border-color: #BD37CB;
}
</style>