Shades of Fuchsia #BD35B6
Tints of Fuchsia #BD35B6
RGB
CMYK
RGB Variations
Color information
#BD35B6 (or 0xBD35B6) is known color: Fuchsia. HEX triplet: BD, 35 and B6. RGB value is (189,53,182). Sum of RGB (Red+Green+Blue) = 189+53+182=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD35B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35B6 is #42CA49. Grayscale: #6B6B6B. Windows color (decimal): -4377162 or 11941309. OLE color: 11941309.
HSL color Cylindrical-coordinate representation of color #BD35B6: hue angle of 303.09º degrees, saturation: 0.56, 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 #BD35B6 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 182 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.26 |
| HSL | 303.09º | 0.56% | 0.47% | - |
| HSV(B) | 303.09º | 0.72% | 0.74% | - |
| XYZ | 30.7 | 16.74 | 45.87 | - |
| YUV | 108.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 182 | 0 | 0.72 | 0.04 | 0.26 | 303.09 | 0.56 | 0.47 |
| Hex | BD | 35 | B6 | 0 | 48 | 4 | 1A | 12F | 38 | 2F |
| Octal | 275 | 65 | 266 | 0 | 110 | 4 | 32 | 457 | 70 | 57 |
| Binary | 10111101 | 110101 | 10110110 | 0 | 1001000 | 100 | 11010 | 100101111 | 111000 | 101111 |
Color Harmonies of #BD35B6
Complementary color
Monochromatic Colors of #BD35B6
Black with #BD35B6
Text Example
Text Example
White with #BD35B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD35B6; }
p { color: rgb(189,53,182); }
H1.HeaderClassName
{
color: #BD35B6;
}
.AnyTagClassName
{
color: #BD35B6;
}
</style>
background-color css
<style>
a { background-color: #BD35B6; }
a { background-color: rgb(189,53,182); }
div.DivClassName
{
background-color: #BD35B6;
}
.BgClassName
{
background-color: #BD35B6;
}
</style>
border-color css
<style>
span { border-color: #BD35B6; }
span { border-color: rgb(189,53,182); }
td.TdClassName
{
border-color: #BD35B6;
}
.TagClassName
{
border-color: #BD35B6;
}
</style>