Shades of Fuchsia #B64EC1
Tints of Fuchsia #B64EC1
RGB
CMYK
RGB Variations
Color information
#B64EC1 (or 0xB64EC1) is known color: Fuchsia. HEX triplet: B6, 4E and C1. RGB value is (182,78,193). Sum of RGB (Red+Green+Blue) = 182+78+193=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #B64EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EC1 is #49B13E. Grayscale: #797979. Windows color (decimal): -4829503 or 12668598. OLE color: 12668598.
HSL color Cylindrical-coordinate representation of color #B64EC1: hue angle of 294.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64EC1 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 78 | 193 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.24 |
| HSL | 294.26º | 0.48% | 0.53% | - |
| HSV(B) | 294.26º | 0.6% | 0.76% | - |
| XYZ | 31.64 | 19.24 | 52.5 | - |
| YUV | 122.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 193 | 0.06 | 0.60 | 0 | 0.24 | 294.26 | 0.48 | 0.53 |
| Hex | B6 | 4E | C1 | 6 | 3C | 0 | 18 | 126 | 30 | 35 |
| Octal | 266 | 116 | 301 | 6 | 74 | 0 | 30 | 446 | 60 | 65 |
| Binary | 10110110 | 1001110 | 11000001 | 110 | 111100 | 0 | 11000 | 100100110 | 110000 | 110101 |
Color Harmonies of #B64EC1
Complementary color
Monochromatic Colors of #B64EC1
Black with #B64EC1
Text Example
Text Example
White with #B64EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64EC1; }
p { color: rgb(182,78,193); }
H1.HeaderClassName
{
color: #B64EC1;
}
.AnyTagClassName
{
color: #B64EC1;
}
</style>
background-color css
<style>
a { background-color: #B64EC1; }
a { background-color: rgb(182,78,193); }
div.DivClassName
{
background-color: #B64EC1;
}
.BgClassName
{
background-color: #B64EC1;
}
</style>
border-color css
<style>
span { border-color: #B64EC1; }
span { border-color: rgb(182,78,193); }
td.TdClassName
{
border-color: #B64EC1;
}
.TagClassName
{
border-color: #B64EC1;
}
</style>