Shades of Fuchsia #BD34B7
Tints of Fuchsia #BD34B7
RGB
CMYK
RGB Variations
Color information
#BD34B7 (or 0xBD34B7) is known color: Fuchsia. HEX triplet: BD, 34 and B7. RGB value is (189,52,183). Sum of RGB (Red+Green+Blue) = 189+52+183=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD34B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34B7 is #42CB48. Grayscale: #6B6B6B. Windows color (decimal): -4377417 or 12006589. OLE color: 12006589.
HSL color Cylindrical-coordinate representation of color #BD34B7: hue angle of 302.63º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD34B7 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 183 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.26 |
| HSL | 302.63º | 0.57% | 0.47% | - |
| HSV(B) | 302.63º | 0.72% | 0.74% | - |
| XYZ | 30.76 | 16.69 | 46.4 | - |
| YUV | 107.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 183 | 0 | 0.72 | 0.03 | 0.26 | 302.63 | 0.57 | 0.47 |
| Hex | BD | 34 | B7 | 0 | 48 | 3 | 1A | 12F | 39 | 2F |
| Octal | 275 | 64 | 267 | 0 | 110 | 3 | 32 | 457 | 71 | 57 |
| Binary | 10111101 | 110100 | 10110111 | 0 | 1001000 | 11 | 11010 | 100101111 | 111001 | 101111 |
Color Harmonies of #BD34B7
Complementary color
Monochromatic Colors of #BD34B7
Black with #BD34B7
Text Example
Text Example
White with #BD34B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34B7; }
p { color: rgb(189,52,183); }
H1.HeaderClassName
{
color: #BD34B7;
}
.AnyTagClassName
{
color: #BD34B7;
}
</style>
background-color css
<style>
a { background-color: #BD34B7; }
a { background-color: rgb(189,52,183); }
div.DivClassName
{
background-color: #BD34B7;
}
.BgClassName
{
background-color: #BD34B7;
}
</style>
border-color css
<style>
span { border-color: #BD34B7; }
span { border-color: rgb(189,52,183); }
td.TdClassName
{
border-color: #BD34B7;
}
.TagClassName
{
border-color: #BD34B7;
}
</style>