Shades of Fuchsia #B74FC2
Tints of Fuchsia #B74FC2
RGB
CMYK
RGB Variations
Color information
#B74FC2 (or 0xB74FC2) is known color: Fuchsia. HEX triplet: B7, 4F and C2. RGB value is (183,79,194). Sum of RGB (Red+Green+Blue) = 183+79+194=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #B74FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FC2 is #48B03D. Grayscale: #7A7A7A. Windows color (decimal): -4763710 or 12734391. OLE color: 12734391.
HSL color Cylindrical-coordinate representation of color #B74FC2: hue angle of 294.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74FC2 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 79 | 194 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.24 |
| HSL | 294.26º | 0.49% | 0.54% | - |
| HSV(B) | 294.26º | 0.59% | 0.76% | - |
| XYZ | 32.06 | 19.55 | 53.12 | - |
| YUV | 123.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 194 | 0.06 | 0.59 | 0 | 0.24 | 294.26 | 0.49 | 0.54 |
| Hex | B7 | 4F | C2 | 6 | 3B | 0 | 18 | 126 | 31 | 36 |
| Octal | 267 | 117 | 302 | 6 | 73 | 0 | 30 | 446 | 61 | 66 |
| Binary | 10110111 | 1001111 | 11000010 | 110 | 111011 | 0 | 11000 | 100100110 | 110001 | 110110 |
Color Harmonies of #B74FC2
Complementary color
Monochromatic Colors of #B74FC2
Black with #B74FC2
Text Example
Text Example
White with #B74FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74FC2; }
p { color: rgb(183,79,194); }
H1.HeaderClassName
{
color: #B74FC2;
}
.AnyTagClassName
{
color: #B74FC2;
}
</style>
background-color css
<style>
a { background-color: #B74FC2; }
a { background-color: rgb(183,79,194); }
div.DivClassName
{
background-color: #B74FC2;
}
.BgClassName
{
background-color: #B74FC2;
}
</style>
border-color css
<style>
span { border-color: #B74FC2; }
span { border-color: rgb(183,79,194); }
td.TdClassName
{
border-color: #B74FC2;
}
.TagClassName
{
border-color: #B74FC2;
}
</style>