Shades of Fuchsia #B743AF
Tints of Fuchsia #B743AF
RGB
CMYK
RGB Variations
Color information
#B743AF (or 0xB743AF) is known color: Fuchsia. HEX triplet: B7, 43 and AF. RGB value is (183,67,175). Sum of RGB (Red+Green+Blue) = 183+67+175=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B743AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B743AF is #48BC50. Grayscale: #717171. Windows color (decimal): -4766801 or 11486135. OLE color: 11486135.
HSL color Cylindrical-coordinate representation of color #B743AF: hue angle of 304.14º 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 #B743AF is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 175 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.28 |
| HSL | 304.14º | 0.46% | 0.49% | - |
| HSV(B) | 304.14º | 0.63% | 0.72% | - |
| XYZ | 29.27 | 17.18 | 42.33 | - |
| YUV | 114 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 175 | 0 | 0.63 | 0.04 | 0.28 | 304.14 | 0.46 | 0.49 |
| Hex | B7 | 43 | AF | 0 | 3F | 4 | 1C | 130 | 2E | 31 |
| Octal | 267 | 103 | 257 | 0 | 77 | 4 | 34 | 460 | 56 | 61 |
| Binary | 10110111 | 1000011 | 10101111 | 0 | 111111 | 100 | 11100 | 100110000 | 101110 | 110001 |
Color Harmonies of #B743AF
Complementary color
Monochromatic Colors of #B743AF
Black with #B743AF
Text Example
Text Example
White with #B743AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B743AF; }
p { color: rgb(183,67,175); }
H1.HeaderClassName
{
color: #B743AF;
}
.AnyTagClassName
{
color: #B743AF;
}
</style>
background-color css
<style>
a { background-color: #B743AF; }
a { background-color: rgb(183,67,175); }
div.DivClassName
{
background-color: #B743AF;
}
.BgClassName
{
background-color: #B743AF;
}
</style>
border-color css
<style>
span { border-color: #B743AF; }
span { border-color: rgb(183,67,175); }
td.TdClassName
{
border-color: #B743AF;
}
.TagClassName
{
border-color: #B743AF;
}
</style>