Shades of Fuchsia #B744C2
Tints of Fuchsia #B744C2
RGB
CMYK
RGB Variations
Color information
#B744C2 (or 0xB744C2) is known color: Fuchsia. HEX triplet: B7, 44 and C2. RGB value is (183,68,194). Sum of RGB (Red+Green+Blue) = 183+68+194=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #B744C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744C2 is #48BB3D. Grayscale: #747474. Windows color (decimal): -4766526 or 12731575. OLE color: 12731575.
HSL color Cylindrical-coordinate representation of color #B744C2: hue angle of 294.76º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B744C2 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 68 | 194 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.24 |
| HSL | 294.76º | 0.51% | 0.51% | - |
| HSV(B) | 294.76º | 0.65% | 0.76% | - |
| XYZ | 31.33 | 18.1 | 52.88 | - |
| YUV | 116.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 194 | 0.06 | 0.65 | 0 | 0.24 | 294.76 | 0.51 | 0.51 |
| Hex | B7 | 44 | C2 | 6 | 41 | 0 | 18 | 127 | 33 | 33 |
| Octal | 267 | 104 | 302 | 6 | 101 | 0 | 30 | 447 | 63 | 63 |
| Binary | 10110111 | 1000100 | 11000010 | 110 | 1000001 | 0 | 11000 | 100100111 | 110011 | 110011 |
Color Harmonies of #B744C2
Complementary color
Monochromatic Colors of #B744C2
Black with #B744C2
Text Example
Text Example
White with #B744C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744C2; }
p { color: rgb(183,68,194); }
H1.HeaderClassName
{
color: #B744C2;
}
.AnyTagClassName
{
color: #B744C2;
}
</style>
background-color css
<style>
a { background-color: #B744C2; }
a { background-color: rgb(183,68,194); }
div.DivClassName
{
background-color: #B744C2;
}
.BgClassName
{
background-color: #B744C2;
}
</style>
border-color css
<style>
span { border-color: #B744C2; }
span { border-color: rgb(183,68,194); }
td.TdClassName
{
border-color: #B744C2;
}
.TagClassName
{
border-color: #B744C2;
}
</style>