Shades of Fuchsia #B742B0
Tints of Fuchsia #B742B0
RGB
CMYK
RGB Variations
Color information
#B742B0 (or 0xB742B0) is known color: Fuchsia. HEX triplet: B7, 42 and B0. RGB value is (183,66,176). Sum of RGB (Red+Green+Blue) = 183+66+176=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B742B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742B0 is #48BD4F. Grayscale: #717171. Windows color (decimal): -4767056 or 11551415. OLE color: 11551415.
HSL color Cylindrical-coordinate representation of color #B742B0: hue angle of 303.59º 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 #B742B0 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 176 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.28 |
| HSL | 303.59º | 0.47% | 0.49% | - |
| HSV(B) | 303.59º | 0.64% | 0.72% | - |
| XYZ | 29.31 | 17.1 | 42.83 | - |
| YUV | 113.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 176 | 0 | 0.64 | 0.04 | 0.28 | 303.59 | 0.47 | 0.49 |
| Hex | B7 | 42 | B0 | 0 | 40 | 4 | 1C | 130 | 2F | 31 |
| Octal | 267 | 102 | 260 | 0 | 100 | 4 | 34 | 460 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10110000 | 0 | 1000000 | 100 | 11100 | 100110000 | 101111 | 110001 |
Color Harmonies of #B742B0
Complementary color
Monochromatic Colors of #B742B0
Black with #B742B0
Text Example
Text Example
White with #B742B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742B0; }
p { color: rgb(183,66,176); }
H1.HeaderClassName
{
color: #B742B0;
}
.AnyTagClassName
{
color: #B742B0;
}
</style>
background-color css
<style>
a { background-color: #B742B0; }
a { background-color: rgb(183,66,176); }
div.DivClassName
{
background-color: #B742B0;
}
.BgClassName
{
background-color: #B742B0;
}
</style>
border-color css
<style>
span { border-color: #B742B0; }
span { border-color: rgb(183,66,176); }
td.TdClassName
{
border-color: #B742B0;
}
.TagClassName
{
border-color: #B742B0;
}
</style>