Shades of Fuchsia #BD34B3
Tints of Fuchsia #BD34B3
RGB
CMYK
RGB Variations
Color information
#BD34B3 (or 0xBD34B3) is known color: Fuchsia. HEX triplet: BD, 34 and B3. RGB value is (189,52,179). Sum of RGB (Red+Green+Blue) = 189+52+179=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD34B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34B3 is #42CB4C. Grayscale: #6B6B6B. Windows color (decimal): -4377421 or 11744445. OLE color: 11744445.
HSL color Cylindrical-coordinate representation of color #BD34B3: hue angle of 304.38º 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 #BD34B3 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 179 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.26 |
| HSL | 304.38º | 0.57% | 0.47% | - |
| HSV(B) | 304.38º | 0.72% | 0.74% | - |
| XYZ | 30.35 | 16.53 | 44.24 | - |
| YUV | 107.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 179 | 0 | 0.72 | 0.05 | 0.26 | 304.38 | 0.57 | 0.47 |
| Hex | BD | 34 | B3 | 0 | 48 | 5 | 1A | 130 | 39 | 2F |
| Octal | 275 | 64 | 263 | 0 | 110 | 5 | 32 | 460 | 71 | 57 |
| Binary | 10111101 | 110100 | 10110011 | 0 | 1001000 | 101 | 11010 | 100110000 | 111001 | 101111 |
Color Harmonies of #BD34B3
Complementary color
Monochromatic Colors of #BD34B3
Black with #BD34B3
Text Example
Text Example
White with #BD34B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34B3; }
p { color: rgb(189,52,179); }
H1.HeaderClassName
{
color: #BD34B3;
}
.AnyTagClassName
{
color: #BD34B3;
}
</style>
background-color css
<style>
a { background-color: #BD34B3; }
a { background-color: rgb(189,52,179); }
div.DivClassName
{
background-color: #BD34B3;
}
.BgClassName
{
background-color: #BD34B3;
}
</style>
border-color css
<style>
span { border-color: #BD34B3; }
span { border-color: rgb(189,52,179); }
td.TdClassName
{
border-color: #BD34B3;
}
.TagClassName
{
border-color: #BD34B3;
}
</style>