Shades of Fuchsia #B744B3
Tints of Fuchsia #B744B3
RGB
CMYK
RGB Variations
Color information
#B744B3 (or 0xB744B3) is known color: Fuchsia. HEX triplet: B7, 44 and B3. RGB value is (183,68,179). Sum of RGB (Red+Green+Blue) = 183+68+179=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B744B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744B3 is #48BB4C. Grayscale: #727272. Windows color (decimal): -4766541 or 11748535. OLE color: 11748535.
HSL color Cylindrical-coordinate representation of color #B744B3: hue angle of 302.09º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B744B3 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 179 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.28 |
| HSL | 302.09º | 0.46% | 0.49% | - |
| HSV(B) | 302.09º | 0.63% | 0.72% | - |
| XYZ | 29.73 | 17.46 | 44.45 | - |
| YUV | 115.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 179 | 0 | 0.63 | 0.02 | 0.28 | 302.09 | 0.46 | 0.49 |
| Hex | B7 | 44 | B3 | 0 | 3F | 2 | 1C | 12E | 2E | 31 |
| Octal | 267 | 104 | 263 | 0 | 77 | 2 | 34 | 456 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10110011 | 0 | 111111 | 10 | 11100 | 100101110 | 101110 | 110001 |
Color Harmonies of #B744B3
Complementary color
Monochromatic Colors of #B744B3
Black with #B744B3
Text Example
Text Example
White with #B744B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744B3; }
p { color: rgb(183,68,179); }
H1.HeaderClassName
{
color: #B744B3;
}
.AnyTagClassName
{
color: #B744B3;
}
</style>
background-color css
<style>
a { background-color: #B744B3; }
a { background-color: rgb(183,68,179); }
div.DivClassName
{
background-color: #B744B3;
}
.BgClassName
{
background-color: #B744B3;
}
</style>
border-color css
<style>
span { border-color: #B744B3; }
span { border-color: rgb(183,68,179); }
td.TdClassName
{
border-color: #B744B3;
}
.TagClassName
{
border-color: #B744B3;
}
</style>