Shades of Fuchsia #BD34CB
Tints of Fuchsia #BD34CB
RGB
CMYK
RGB Variations
Color information
#BD34CB (or 0xBD34CB) is known color: Fuchsia. HEX triplet: BD, 34 and CB. RGB value is (189,52,203). Sum of RGB (Red+Green+Blue) = 189+52+203=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD34CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34CB is #42CB34. Grayscale: #6D6D6D. Windows color (decimal): -4377397 or 13317309. OLE color: 13317309.
HSL color Cylindrical-coordinate representation of color #BD34CB: hue angle of 294.44º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD34CB is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 52 | 203 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.20 |
| HSL | 294.44º | 0.59% | 0.5% | - |
| HSV(B) | 294.44º | 0.74% | 0.8% | - |
| XYZ | 32.99 | 17.59 | 58.16 | - |
| YUV | 110.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 203 | 0.07 | 0.74 | 0 | 0.20 | 294.44 | 0.59 | 0.5 |
| Hex | BD | 34 | CB | 7 | 4A | 0 | 14 | 126 | 3B | 32 |
| Octal | 275 | 64 | 313 | 7 | 112 | 0 | 24 | 446 | 73 | 62 |
| Binary | 10111101 | 110100 | 11001011 | 111 | 1001010 | 0 | 10100 | 100100110 | 111011 | 110010 |
Color Harmonies of #BD34CB
Complementary color
Monochromatic Colors of #BD34CB
Black with #BD34CB
Text Example
Text Example
White with #BD34CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34CB; }
p { color: rgb(189,52,203); }
H1.HeaderClassName
{
color: #BD34CB;
}
.AnyTagClassName
{
color: #BD34CB;
}
</style>
background-color css
<style>
a { background-color: #BD34CB; }
a { background-color: rgb(189,52,203); }
div.DivClassName
{
background-color: #BD34CB;
}
.BgClassName
{
background-color: #BD34CB;
}
</style>
border-color css
<style>
span { border-color: #BD34CB; }
span { border-color: rgb(189,52,203); }
td.TdClassName
{
border-color: #BD34CB;
}
.TagClassName
{
border-color: #BD34CB;
}
</style>