Shades of Fuchsia #B74EBD
Tints of Fuchsia #B74EBD
RGB
CMYK
RGB Variations
Color information
#B74EBD (or 0xB74EBD) is known color: Fuchsia. HEX triplet: B7, 4E and BD. RGB value is (183,78,189). Sum of RGB (Red+Green+Blue) = 183+78+189=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #B74EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EBD is #48B142. Grayscale: #797979. Windows color (decimal): -4763971 or 12406455. OLE color: 12406455.
HSL color Cylindrical-coordinate representation of color #B74EBD: hue angle of 296.76º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74EBD is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 78 | 189 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.26 |
| HSL | 296.76º | 0.46% | 0.52% | - |
| HSV(B) | 296.76º | 0.59% | 0.74% | - |
| XYZ | 31.44 | 19.19 | 50.19 | - |
| YUV | 122.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 189 | 0.03 | 0.59 | 0 | 0.26 | 296.76 | 0.46 | 0.52 |
| Hex | B7 | 4E | BD | 3 | 3B | 0 | 1A | 129 | 2E | 34 |
| Octal | 267 | 116 | 275 | 3 | 73 | 0 | 32 | 451 | 56 | 64 |
| Binary | 10110111 | 1001110 | 10111101 | 11 | 111011 | 0 | 11010 | 100101001 | 101110 | 110100 |
Color Harmonies of #B74EBD
Complementary color
Monochromatic Colors of #B74EBD
Black with #B74EBD
Text Example
Text Example
White with #B74EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EBD; }
p { color: rgb(183,78,189); }
H1.HeaderClassName
{
color: #B74EBD;
}
.AnyTagClassName
{
color: #B74EBD;
}
</style>
background-color css
<style>
a { background-color: #B74EBD; }
a { background-color: rgb(183,78,189); }
div.DivClassName
{
background-color: #B74EBD;
}
.BgClassName
{
background-color: #B74EBD;
}
</style>
border-color css
<style>
span { border-color: #B74EBD; }
span { border-color: rgb(183,78,189); }
td.TdClassName
{
border-color: #B74EBD;
}
.TagClassName
{
border-color: #B74EBD;
}
</style>