Shades of Fuchsia #B74ABC
Tints of Fuchsia #B74ABC
RGB
CMYK
RGB Variations
Color information
#B74ABC (or 0xB74ABC) is known color: Fuchsia. HEX triplet: B7, 4A and BC. RGB value is (183,74,188). Sum of RGB (Red+Green+Blue) = 183+74+188=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #B74ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ABC is #48B543. Grayscale: #777777. Windows color (decimal): -4764996 or 12339895. OLE color: 12339895.
HSL color Cylindrical-coordinate representation of color #B74ABC: hue angle of 297.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74ABC is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 74 | 188 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.26 |
| HSL | 297.37º | 0.46% | 0.51% | - |
| HSV(B) | 297.37º | 0.61% | 0.74% | - |
| XYZ | 31.05 | 18.6 | 49.53 | - |
| YUV | 119.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 188 | 0.03 | 0.61 | 0 | 0.26 | 297.37 | 0.46 | 0.51 |
| Hex | B7 | 4A | BC | 3 | 3D | 0 | 1A | 129 | 2E | 33 |
| Octal | 267 | 112 | 274 | 3 | 75 | 0 | 32 | 451 | 56 | 63 |
| Binary | 10110111 | 1001010 | 10111100 | 11 | 111101 | 0 | 11010 | 100101001 | 101110 | 110011 |
Color Harmonies of #B74ABC
Complementary color
Monochromatic Colors of #B74ABC
Black with #B74ABC
Text Example
Text Example
White with #B74ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ABC; }
p { color: rgb(183,74,188); }
H1.HeaderClassName
{
color: #B74ABC;
}
.AnyTagClassName
{
color: #B74ABC;
}
</style>
background-color css
<style>
a { background-color: #B74ABC; }
a { background-color: rgb(183,74,188); }
div.DivClassName
{
background-color: #B74ABC;
}
.BgClassName
{
background-color: #B74ABC;
}
</style>
border-color css
<style>
span { border-color: #B74ABC; }
span { border-color: rgb(183,74,188); }
td.TdClassName
{
border-color: #B74ABC;
}
.TagClassName
{
border-color: #B74ABC;
}
</style>