Shades of Fuchsia #B953B5
Tints of Fuchsia #B953B5
RGB
CMYK
RGB Variations
Color information
#B953B5 (or 0xB953B5) is known color: Fuchsia. HEX triplet: B9, 53 and B5. RGB value is (185,83,181). Sum of RGB (Red+Green+Blue) = 185+83+181=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B953B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953B5 is #46AC4A. Grayscale: #7C7C7C. Windows color (decimal): -4631627 or 11883449. OLE color: 11883449.
HSL color Cylindrical-coordinate representation of color #B953B5: hue angle of 302.35º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B953B5 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 181 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.27 |
| HSL | 302.35º | 0.42% | 0.53% | - |
| HSV(B) | 302.35º | 0.55% | 0.73% | - |
| XYZ | 31.44 | 19.84 | 45.89 | - |
| YUV | 124.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 181 | 0 | 0.55 | 0.02 | 0.27 | 302.35 | 0.42 | 0.53 |
| Hex | B9 | 53 | B5 | 0 | 37 | 2 | 1B | 12E | 2A | 35 |
| Octal | 271 | 123 | 265 | 0 | 67 | 2 | 33 | 456 | 52 | 65 |
| Binary | 10111001 | 1010011 | 10110101 | 0 | 110111 | 10 | 11011 | 100101110 | 101010 | 110101 |
Color Harmonies of #B953B5
Complementary color
Monochromatic Colors of #B953B5
Black with #B953B5
Text Example
Text Example
White with #B953B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953B5; }
p { color: rgb(185,83,181); }
H1.HeaderClassName
{
color: #B953B5;
}
.AnyTagClassName
{
color: #B953B5;
}
</style>
background-color css
<style>
a { background-color: #B953B5; }
a { background-color: rgb(185,83,181); }
div.DivClassName
{
background-color: #B953B5;
}
.BgClassName
{
background-color: #B953B5;
}
</style>
border-color css
<style>
span { border-color: #B953B5; }
span { border-color: rgb(185,83,181); }
td.TdClassName
{
border-color: #B953B5;
}
.TagClassName
{
border-color: #B953B5;
}
</style>