Shades of Fuchsia #B64EC3
Tints of Fuchsia #B64EC3
RGB
CMYK
RGB Variations
Color information
#B64EC3 (or 0xB64EC3) is known color: Fuchsia. HEX triplet: B6, 4E and C3. RGB value is (182,78,195). Sum of RGB (Red+Green+Blue) = 182+78+195=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #B64EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EC3 is #49B13C. Grayscale: #7A7A7A. Windows color (decimal): -4829501 or 12799670. OLE color: 12799670.
HSL color Cylindrical-coordinate representation of color #B64EC3: hue angle of 293.33º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64EC3 is Cyan = 0.07, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 78 | 195 | - |
| CMYK | 0.07 | 0.6 | 0 | 0.24 |
| HSL | 293.33º | 0.49% | 0.54% | - |
| HSV(B) | 293.33º | 0.6% | 0.76% | - |
| XYZ | 31.87 | 19.33 | 53.68 | - |
| YUV | 122.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 195 | 0.07 | 0.6 | 0 | 0.24 | 293.33 | 0.49 | 0.54 |
| Hex | B6 | 4E | C3 | 7 | 3C | 0 | 18 | 125 | 31 | 36 |
| Octal | 266 | 116 | 303 | 7 | 74 | 0 | 30 | 445 | 61 | 66 |
| Binary | 10110110 | 1001110 | 11000011 | 111 | 111100 | 0 | 11000 | 100100101 | 110001 | 110110 |
Color Harmonies of #B64EC3
Complementary color
Monochromatic Colors of #B64EC3
Black with #B64EC3
Text Example
Text Example
White with #B64EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64EC3; }
p { color: rgb(182,78,195); }
H1.HeaderClassName
{
color: #B64EC3;
}
.AnyTagClassName
{
color: #B64EC3;
}
</style>
background-color css
<style>
a { background-color: #B64EC3; }
a { background-color: rgb(182,78,195); }
div.DivClassName
{
background-color: #B64EC3;
}
.BgClassName
{
background-color: #B64EC3;
}
</style>
border-color css
<style>
span { border-color: #B64EC3; }
span { border-color: rgb(182,78,195); }
td.TdClassName
{
border-color: #B64EC3;
}
.TagClassName
{
border-color: #B64EC3;
}
</style>