Shades of Fuchsia #B945B5
Tints of Fuchsia #B945B5
RGB
CMYK
RGB Variations
Color information
#B945B5 (or 0xB945B5) is known color: Fuchsia. HEX triplet: B9, 45 and B5. RGB value is (185,69,181). Sum of RGB (Red+Green+Blue) = 185+69+181=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B945B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945B5 is #46BA4A. Grayscale: #747474. Windows color (decimal): -4635211 or 11879865. OLE color: 11879865.
HSL color Cylindrical-coordinate representation of color #B945B5: hue angle of 302.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945B5 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 181 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.27 |
| HSL | 302.07º | 0.46% | 0.5% | - |
| HSV(B) | 302.07º | 0.63% | 0.73% | - |
| XYZ | 30.48 | 17.91 | 45.57 | - |
| YUV | 116.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 181 | 0 | 0.63 | 0.02 | 0.27 | 302.07 | 0.46 | 0.5 |
| Hex | B9 | 45 | B5 | 0 | 3F | 2 | 1B | 12E | 2E | 32 |
| Octal | 271 | 105 | 265 | 0 | 77 | 2 | 33 | 456 | 56 | 62 |
| Binary | 10111001 | 1000101 | 10110101 | 0 | 111111 | 10 | 11011 | 100101110 | 101110 | 110010 |
Color Harmonies of #B945B5
Complementary color
Monochromatic Colors of #B945B5
Black with #B945B5
Text Example
Text Example
White with #B945B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945B5; }
p { color: rgb(185,69,181); }
H1.HeaderClassName
{
color: #B945B5;
}
.AnyTagClassName
{
color: #B945B5;
}
</style>
background-color css
<style>
a { background-color: #B945B5; }
a { background-color: rgb(185,69,181); }
div.DivClassName
{
background-color: #B945B5;
}
.BgClassName
{
background-color: #B945B5;
}
</style>
border-color css
<style>
span { border-color: #B945B5; }
span { border-color: rgb(185,69,181); }
td.TdClassName
{
border-color: #B945B5;
}
.TagClassName
{
border-color: #B945B5;
}
</style>