Shades of Fuchsia #B742AC
Tints of Fuchsia #B742AC
RGB
CMYK
RGB Variations
Color information
#B742AC (or 0xB742AC) is known color: Fuchsia. HEX triplet: B7, 42 and AC. RGB value is (183,66,172). Sum of RGB (Red+Green+Blue) = 183+66+172=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B742AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742AC is #48BD53. Grayscale: #707070. Windows color (decimal): -4767060 or 11289271. OLE color: 11289271.
HSL color Cylindrical-coordinate representation of color #B742AC: hue angle of 305.64º 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 #B742AC is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 172 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.28 |
| HSL | 305.64º | 0.47% | 0.49% | - |
| HSV(B) | 305.64º | 0.64% | 0.72% | - |
| XYZ | 28.92 | 16.94 | 40.78 | - |
| YUV | 113.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 172 | 0 | 0.64 | 0.06 | 0.28 | 305.64 | 0.47 | 0.49 |
| Hex | B7 | 42 | AC | 0 | 40 | 6 | 1C | 132 | 2F | 31 |
| Octal | 267 | 102 | 254 | 0 | 100 | 6 | 34 | 462 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10101100 | 0 | 1000000 | 110 | 11100 | 100110010 | 101111 | 110001 |
Color Harmonies of #B742AC
Complementary color
Monochromatic Colors of #B742AC
Black with #B742AC
Text Example
Text Example
White with #B742AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742AC; }
p { color: rgb(183,66,172); }
H1.HeaderClassName
{
color: #B742AC;
}
.AnyTagClassName
{
color: #B742AC;
}
</style>
background-color css
<style>
a { background-color: #B742AC; }
a { background-color: rgb(183,66,172); }
div.DivClassName
{
background-color: #B742AC;
}
.BgClassName
{
background-color: #B742AC;
}
</style>
border-color css
<style>
span { border-color: #B742AC; }
span { border-color: rgb(183,66,172); }
td.TdClassName
{
border-color: #B742AC;
}
.TagClassName
{
border-color: #B742AC;
}
</style>