Shades of Fuchsia #B953B9
Tints of Fuchsia #B953B9
RGB
CMYK
RGB Variations
Color information
#B953B9 (or 0xB953B9) is known color: Fuchsia. HEX triplet: B9, 53 and B9. RGB value is (185,83,185). Sum of RGB (Red+Green+Blue) = 185+83+185=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B953B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953B9 is #46AC46. Grayscale: #7C7C7C. Windows color (decimal): -4631623 or 12145593. OLE color: 12145593.
HSL color Cylindrical-coordinate representation of color #B953B9: hue angle of 300º 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 #B953B9 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 185 | - |
| CMYK | 0 | 0.55 | 0 | 0.27 |
| HSL | 300º | 0.42% | 0.53% | - |
| HSV(B) | 300º | 0.55% | 0.73% | - |
| XYZ | 31.86 | 20 | 48.08 | - |
| YUV | 125.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 185 | 0 | 0.55 | 0 | 0.27 | 300 | 0.42 | 0.53 |
| Hex | B9 | 53 | B9 | 0 | 37 | 0 | 1B | 12C | 2A | 35 |
| Octal | 271 | 123 | 271 | 0 | 67 | 0 | 33 | 454 | 52 | 65 |
| Binary | 10111001 | 1010011 | 10111001 | 0 | 110111 | 0 | 11011 | 100101100 | 101010 | 110101 |
Color Harmonies of #B953B9
Complementary color
Monochromatic Colors of #B953B9
Black with #B953B9
Text Example
Text Example
White with #B953B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953B9; }
p { color: rgb(185,83,185); }
H1.HeaderClassName
{
color: #B953B9;
}
.AnyTagClassName
{
color: #B953B9;
}
</style>
background-color css
<style>
a { background-color: #B953B9; }
a { background-color: rgb(185,83,185); }
div.DivClassName
{
background-color: #B953B9;
}
.BgClassName
{
background-color: #B953B9;
}
</style>
border-color css
<style>
span { border-color: #B953B9; }
span { border-color: rgb(185,83,185); }
td.TdClassName
{
border-color: #B953B9;
}
.TagClassName
{
border-color: #B953B9;
}
</style>