Shades of Fuchsia #B95FB6
Tints of Fuchsia #B95FB6
RGB
CMYK
RGB Variations
Color information
#B95FB6 (or 0xB95FB6) is known color: Fuchsia. HEX triplet: B9, 5F and B6. RGB value is (185,95,182). Sum of RGB (Red+Green+Blue) = 185+95+182=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B95FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FB6 is #46A049. Grayscale: #838383. Windows color (decimal): -4628554 or 11952057. OLE color: 11952057.
HSL color Cylindrical-coordinate representation of color #B95FB6: hue angle of 302º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95FB6 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 95 | 182 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.27 |
| HSL | 302º | 0.39% | 0.55% | - |
| HSV(B) | 302º | 0.49% | 0.73% | - |
| XYZ | 32.54 | 21.88 | 46.76 | - |
| YUV | 131.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 182 | 0 | 0.49 | 0.02 | 0.27 | 302 | 0.39 | 0.55 |
| Hex | B9 | 5F | B6 | 0 | 31 | 2 | 1B | 12E | 27 | 37 |
| Octal | 271 | 137 | 266 | 0 | 61 | 2 | 33 | 456 | 47 | 67 |
| Binary | 10111001 | 1011111 | 10110110 | 0 | 110001 | 10 | 11011 | 100101110 | 100111 | 110111 |
Color Harmonies of #B95FB6
Complementary color
Monochromatic Colors of #B95FB6
Black with #B95FB6
Text Example
Text Example
White with #B95FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95FB6; }
p { color: rgb(185,95,182); }
H1.HeaderClassName
{
color: #B95FB6;
}
.AnyTagClassName
{
color: #B95FB6;
}
</style>
background-color css
<style>
a { background-color: #B95FB6; }
a { background-color: rgb(185,95,182); }
div.DivClassName
{
background-color: #B95FB6;
}
.BgClassName
{
background-color: #B95FB6;
}
</style>
border-color css
<style>
span { border-color: #B95FB6; }
span { border-color: rgb(185,95,182); }
td.TdClassName
{
border-color: #B95FB6;
}
.TagClassName
{
border-color: #B95FB6;
}
</style>