Shades of Fuchsia #B945BD
Tints of Fuchsia #B945BD
RGB
CMYK
RGB Variations
Color information
#B945BD (or 0xB945BD) is known color: Fuchsia. HEX triplet: B9, 45 and BD. RGB value is (185,69,189). Sum of RGB (Red+Green+Blue) = 185+69+189=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #B945BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945BD is #46BA42. Grayscale: #757575. Windows color (decimal): -4635203 or 12404153. OLE color: 12404153.
HSL color Cylindrical-coordinate representation of color #B945BD: hue angle of 298º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945BD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 69 | 189 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.26 |
| HSL | 298º | 0.48% | 0.51% | - |
| HSV(B) | 298º | 0.63% | 0.74% | - |
| XYZ | 31.32 | 18.24 | 50.01 | - |
| YUV | 117.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 189 | 0.02 | 0.63 | 0 | 0.26 | 298 | 0.48 | 0.51 |
| Hex | B9 | 45 | BD | 2 | 3F | 0 | 1A | 12A | 30 | 33 |
| Octal | 271 | 105 | 275 | 2 | 77 | 0 | 32 | 452 | 60 | 63 |
| Binary | 10111001 | 1000101 | 10111101 | 10 | 111111 | 0 | 11010 | 100101010 | 110000 | 110011 |
Color Harmonies of #B945BD
Complementary color
Monochromatic Colors of #B945BD
Black with #B945BD
Text Example
Text Example
White with #B945BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945BD; }
p { color: rgb(185,69,189); }
H1.HeaderClassName
{
color: #B945BD;
}
.AnyTagClassName
{
color: #B945BD;
}
</style>
background-color css
<style>
a { background-color: #B945BD; }
a { background-color: rgb(185,69,189); }
div.DivClassName
{
background-color: #B945BD;
}
.BgClassName
{
background-color: #B945BD;
}
</style>
border-color css
<style>
span { border-color: #B945BD; }
span { border-color: rgb(185,69,189); }
td.TdClassName
{
border-color: #B945BD;
}
.TagClassName
{
border-color: #B945BD;
}
</style>