Shades of Fuchsia #B95DB4
Tints of Fuchsia #B95DB4
RGB
CMYK
RGB Variations
Color information
#B95DB4 (or 0xB95DB4) is known color: Fuchsia. HEX triplet: B9, 5D and B4. RGB value is (185,93,180). Sum of RGB (Red+Green+Blue) = 185+93+180=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DB4 is #46A24B. Grayscale: #828282. Windows color (decimal): -4629068 or 11820473. OLE color: 11820473.
HSL color Cylindrical-coordinate representation of color #B95DB4: hue angle of 303.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95DB4 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 180 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.27 |
| HSL | 303.26º | 0.4% | 0.55% | - |
| HSV(B) | 303.26º | 0.5% | 0.73% | - |
| XYZ | 32.16 | 21.44 | 45.62 | - |
| YUV | 130.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 180 | 0 | 0.50 | 0.03 | 0.27 | 303.26 | 0.4 | 0.55 |
| Hex | B9 | 5D | B4 | 0 | 32 | 3 | 1B | 12F | 28 | 37 |
| Octal | 271 | 135 | 264 | 0 | 62 | 3 | 33 | 457 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10110100 | 0 | 110010 | 11 | 11011 | 100101111 | 101000 | 110111 |
Color Harmonies of #B95DB4
Complementary color
Monochromatic Colors of #B95DB4
Black with #B95DB4
Text Example
Text Example
White with #B95DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95DB4; }
p { color: rgb(185,93,180); }
H1.HeaderClassName
{
color: #B95DB4;
}
.AnyTagClassName
{
color: #B95DB4;
}
</style>
background-color css
<style>
a { background-color: #B95DB4; }
a { background-color: rgb(185,93,180); }
div.DivClassName
{
background-color: #B95DB4;
}
.BgClassName
{
background-color: #B95DB4;
}
</style>
border-color css
<style>
span { border-color: #B95DB4; }
span { border-color: rgb(185,93,180); }
td.TdClassName
{
border-color: #B95DB4;
}
.TagClassName
{
border-color: #B95DB4;
}
</style>