Shades of Fuchsia #B75AB1
Tints of Fuchsia #B75AB1
RGB
CMYK
RGB Variations
Color information
#B75AB1 (or 0xB75AB1) is known color: Fuchsia. HEX triplet: B7, 5A and B1. RGB value is (183,90,177). Sum of RGB (Red+Green+Blue) = 183+90+177=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B75AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75AB1 is #48A54E. Grayscale: #7F7F7F. Windows color (decimal): -4760911 or 11623095. OLE color: 11623095.
HSL color Cylindrical-coordinate representation of color #B75AB1: hue angle of 303.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75AB1 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 177 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.28 |
| HSL | 303.87º | 0.39% | 0.54% | - |
| HSV(B) | 303.87º | 0.51% | 0.72% | - |
| XYZ | 31.12 | 20.55 | 43.92 | - |
| YUV | 127.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 177 | 0 | 0.51 | 0.03 | 0.28 | 303.87 | 0.39 | 0.54 |
| Hex | B7 | 5A | B1 | 0 | 33 | 3 | 1C | 130 | 27 | 36 |
| Octal | 267 | 132 | 261 | 0 | 63 | 3 | 34 | 460 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10110001 | 0 | 110011 | 11 | 11100 | 100110000 | 100111 | 110110 |
Color Harmonies of #B75AB1
Complementary color
Monochromatic Colors of #B75AB1
Black with #B75AB1
Text Example
Text Example
White with #B75AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75AB1; }
p { color: rgb(183,90,177); }
H1.HeaderClassName
{
color: #B75AB1;
}
.AnyTagClassName
{
color: #B75AB1;
}
</style>
background-color css
<style>
a { background-color: #B75AB1; }
a { background-color: rgb(183,90,177); }
div.DivClassName
{
background-color: #B75AB1;
}
.BgClassName
{
background-color: #B75AB1;
}
</style>
border-color css
<style>
span { border-color: #B75AB1; }
span { border-color: rgb(183,90,177); }
td.TdClassName
{
border-color: #B75AB1;
}
.TagClassName
{
border-color: #B75AB1;
}
</style>