Shades of Fuchsia #B742AF
Tints of Fuchsia #B742AF
RGB
CMYK
RGB Variations
Color information
#B742AF (or 0xB742AF) is known color: Fuchsia. HEX triplet: B7, 42 and AF. RGB value is (183,66,175). Sum of RGB (Red+Green+Blue) = 183+66+175=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B742AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742AF is #48BD50. Grayscale: #717171. Windows color (decimal): -4767057 or 11485879. OLE color: 11485879.
HSL color Cylindrical-coordinate representation of color #B742AF: hue angle of 304.1º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B742AF is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 175 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.28 |
| HSL | 304.1º | 0.47% | 0.49% | - |
| HSV(B) | 304.1º | 0.64% | 0.72% | - |
| XYZ | 29.21 | 17.06 | 42.31 | - |
| YUV | 113.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 175 | 0 | 0.64 | 0.04 | 0.28 | 304.1 | 0.47 | 0.49 |
| Hex | B7 | 42 | AF | 0 | 40 | 4 | 1C | 130 | 2F | 31 |
| Octal | 267 | 102 | 257 | 0 | 100 | 4 | 34 | 460 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10101111 | 0 | 1000000 | 100 | 11100 | 100110000 | 101111 | 110001 |
Color Harmonies of #B742AF
Complementary color
Monochromatic Colors of #B742AF
Black with #B742AF
Text Example
Text Example
White with #B742AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742AF; }
p { color: rgb(183,66,175); }
H1.HeaderClassName
{
color: #B742AF;
}
.AnyTagClassName
{
color: #B742AF;
}
</style>
background-color css
<style>
a { background-color: #B742AF; }
a { background-color: rgb(183,66,175); }
div.DivClassName
{
background-color: #B742AF;
}
.BgClassName
{
background-color: #B742AF;
}
</style>
border-color css
<style>
span { border-color: #B742AF; }
span { border-color: rgb(183,66,175); }
td.TdClassName
{
border-color: #B742AF;
}
.TagClassName
{
border-color: #B742AF;
}
</style>