Shades of Fuchsia #B74EBA
Tints of Fuchsia #B74EBA
RGB
CMYK
RGB Variations
Color information
#B74EBA (or 0xB74EBA) is known color: Fuchsia. HEX triplet: B7, 4E and BA. RGB value is (183,78,186). Sum of RGB (Red+Green+Blue) = 183+78+186=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #B74EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EBA is #48B145. Grayscale: #797979. Windows color (decimal): -4763974 or 12209847. OLE color: 12209847.
HSL color Cylindrical-coordinate representation of color #B74EBA: hue angle of 298.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74EBA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 78 | 186 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.27 |
| HSL | 298.33º | 0.44% | 0.52% | - |
| HSV(B) | 298.33º | 0.58% | 0.73% | - |
| XYZ | 31.12 | 19.06 | 48.49 | - |
| YUV | 121.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 186 | 0.02 | 0.58 | 0 | 0.27 | 298.33 | 0.44 | 0.52 |
| Hex | B7 | 4E | BA | 2 | 3A | 0 | 1B | 12A | 2C | 34 |
| Octal | 267 | 116 | 272 | 2 | 72 | 0 | 33 | 452 | 54 | 64 |
| Binary | 10110111 | 1001110 | 10111010 | 10 | 111010 | 0 | 11011 | 100101010 | 101100 | 110100 |
Color Harmonies of #B74EBA
Complementary color
Monochromatic Colors of #B74EBA
Black with #B74EBA
Text Example
Text Example
White with #B74EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EBA; }
p { color: rgb(183,78,186); }
H1.HeaderClassName
{
color: #B74EBA;
}
.AnyTagClassName
{
color: #B74EBA;
}
</style>
background-color css
<style>
a { background-color: #B74EBA; }
a { background-color: rgb(183,78,186); }
div.DivClassName
{
background-color: #B74EBA;
}
.BgClassName
{
background-color: #B74EBA;
}
</style>
border-color css
<style>
span { border-color: #B74EBA; }
span { border-color: rgb(183,78,186); }
td.TdClassName
{
border-color: #B74EBA;
}
.TagClassName
{
border-color: #B74EBA;
}
</style>