Shades of Fuchsia #B740AB
Tints of Fuchsia #B740AB
RGB
CMYK
RGB Variations
Color information
#B740AB (or 0xB740AB) is known color: Fuchsia. HEX triplet: B7, 40 and AB. RGB value is (183,64,171). Sum of RGB (Red+Green+Blue) = 183+64+171=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B740AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740AB is #48BF54. Grayscale: #6F6F6F. Windows color (decimal): -4767573 or 11223223. OLE color: 11223223.
HSL color Cylindrical-coordinate representation of color #B740AB: hue angle of 306.05º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B740AB is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 171 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.28 |
| HSL | 306.05º | 0.48% | 0.48% | - |
| HSV(B) | 306.05º | 0.65% | 0.72% | - |
| XYZ | 28.71 | 16.67 | 40.23 | - |
| YUV | 111.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 171 | 0 | 0.65 | 0.07 | 0.28 | 306.05 | 0.48 | 0.48 |
| Hex | B7 | 40 | AB | 0 | 41 | 7 | 1C | 132 | 30 | 30 |
| Octal | 267 | 100 | 253 | 0 | 101 | 7 | 34 | 462 | 60 | 60 |
| Binary | 10110111 | 1000000 | 10101011 | 0 | 1000001 | 111 | 11100 | 100110010 | 110000 | 110000 |
Color Harmonies of #B740AB
Complementary color
Monochromatic Colors of #B740AB
Black with #B740AB
Text Example
Text Example
White with #B740AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740AB; }
p { color: rgb(183,64,171); }
H1.HeaderClassName
{
color: #B740AB;
}
.AnyTagClassName
{
color: #B740AB;
}
</style>
background-color css
<style>
a { background-color: #B740AB; }
a { background-color: rgb(183,64,171); }
div.DivClassName
{
background-color: #B740AB;
}
.BgClassName
{
background-color: #B740AB;
}
</style>
border-color css
<style>
span { border-color: #B740AB; }
span { border-color: rgb(183,64,171); }
td.TdClassName
{
border-color: #B740AB;
}
.TagClassName
{
border-color: #B740AB;
}
</style>