Shades of Fuchsia #BD34C9
Tints of Fuchsia #BD34C9
RGB
CMYK
RGB Variations
Color information
#BD34C9 (or 0xBD34C9) is known color: Fuchsia. HEX triplet: BD, 34 and C9. RGB value is (189,52,201). Sum of RGB (Red+Green+Blue) = 189+52+201=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD34C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34C9 is #42CB36. Grayscale: #6D6D6D. Windows color (decimal): -4377399 or 13186237. OLE color: 13186237.
HSL color Cylindrical-coordinate representation of color #BD34C9: hue angle of 295.17º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD34C9 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 52 | 201 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.21 |
| HSL | 295.17º | 0.59% | 0.5% | - |
| HSV(B) | 295.17º | 0.74% | 0.79% | - |
| XYZ | 32.76 | 17.49 | 56.91 | - |
| YUV | 109.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 201 | 0.06 | 0.74 | 0 | 0.21 | 295.17 | 0.59 | 0.5 |
| Hex | BD | 34 | C9 | 6 | 4A | 0 | 15 | 127 | 3B | 32 |
| Octal | 275 | 64 | 311 | 6 | 112 | 0 | 25 | 447 | 73 | 62 |
| Binary | 10111101 | 110100 | 11001001 | 110 | 1001010 | 0 | 10101 | 100100111 | 111011 | 110010 |
Color Harmonies of #BD34C9
Complementary color
Monochromatic Colors of #BD34C9
Black with #BD34C9
Text Example
Text Example
White with #BD34C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34C9; }
p { color: rgb(189,52,201); }
H1.HeaderClassName
{
color: #BD34C9;
}
.AnyTagClassName
{
color: #BD34C9;
}
</style>
background-color css
<style>
a { background-color: #BD34C9; }
a { background-color: rgb(189,52,201); }
div.DivClassName
{
background-color: #BD34C9;
}
.BgClassName
{
background-color: #BD34C9;
}
</style>
border-color css
<style>
span { border-color: #BD34C9; }
span { border-color: rgb(189,52,201); }
td.TdClassName
{
border-color: #BD34C9;
}
.TagClassName
{
border-color: #BD34C9;
}
</style>