Shades of Fuchsia #B75ABE
Tints of Fuchsia #B75ABE
RGB
CMYK
RGB Variations
Color information
#B75ABE (or 0xB75ABE) is known color: Fuchsia. HEX triplet: B7, 5A and BE. RGB value is (183,90,190). Sum of RGB (Red+Green+Blue) = 183+90+190=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #B75ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ABE is #48A541. Grayscale: #808080. Windows color (decimal): -4760898 or 12475063. OLE color: 12475063.
HSL color Cylindrical-coordinate representation of color #B75ABE: hue angle of 295.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75ABE is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 90 | 190 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.25 |
| HSL | 295.8º | 0.43% | 0.55% | - |
| HSV(B) | 295.8º | 0.53% | 0.75% | - |
| XYZ | 32.48 | 21.1 | 51.08 | - |
| YUV | 129.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 190 | 0.04 | 0.53 | 0 | 0.25 | 295.8 | 0.43 | 0.55 |
| Hex | B7 | 5A | BE | 4 | 35 | 0 | 19 | 128 | 2B | 37 |
| Octal | 267 | 132 | 276 | 4 | 65 | 0 | 31 | 450 | 53 | 67 |
| Binary | 10110111 | 1011010 | 10111110 | 100 | 110101 | 0 | 11001 | 100101000 | 101011 | 110111 |
Color Harmonies of #B75ABE
Complementary color
Monochromatic Colors of #B75ABE
Black with #B75ABE
Text Example
Text Example
White with #B75ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75ABE; }
p { color: rgb(183,90,190); }
H1.HeaderClassName
{
color: #B75ABE;
}
.AnyTagClassName
{
color: #B75ABE;
}
</style>
background-color css
<style>
a { background-color: #B75ABE; }
a { background-color: rgb(183,90,190); }
div.DivClassName
{
background-color: #B75ABE;
}
.BgClassName
{
background-color: #B75ABE;
}
</style>
border-color css
<style>
span { border-color: #B75ABE; }
span { border-color: rgb(183,90,190); }
td.TdClassName
{
border-color: #B75ABE;
}
.TagClassName
{
border-color: #B75ABE;
}
</style>