Shades of Fuchsia #B740B0
Tints of Fuchsia #B740B0
RGB
CMYK
RGB Variations
Color information
#B740B0 (or 0xB740B0) is known color: Fuchsia. HEX triplet: B7, 40 and B0. RGB value is (183,64,176). Sum of RGB (Red+Green+Blue) = 183+64+176=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B740B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740B0 is #48BF4F. Grayscale: #707070. Windows color (decimal): -4767568 or 11550903. OLE color: 11550903.
HSL color Cylindrical-coordinate representation of color #B740B0: hue angle of 303.53º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B740B0 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 176 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.28 |
| HSL | 303.53º | 0.48% | 0.48% | - |
| HSV(B) | 303.53º | 0.65% | 0.72% | - |
| XYZ | 29.2 | 16.87 | 42.79 | - |
| YUV | 112.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 176 | 0 | 0.65 | 0.04 | 0.28 | 303.53 | 0.48 | 0.48 |
| Hex | B7 | 40 | B0 | 0 | 41 | 4 | 1C | 130 | 30 | 30 |
| Octal | 267 | 100 | 260 | 0 | 101 | 4 | 34 | 460 | 60 | 60 |
| Binary | 10110111 | 1000000 | 10110000 | 0 | 1000001 | 100 | 11100 | 100110000 | 110000 | 110000 |
Color Harmonies of #B740B0
Complementary color
Monochromatic Colors of #B740B0
Black with #B740B0
Text Example
Text Example
White with #B740B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740B0; }
p { color: rgb(183,64,176); }
H1.HeaderClassName
{
color: #B740B0;
}
.AnyTagClassName
{
color: #B740B0;
}
</style>
background-color css
<style>
a { background-color: #B740B0; }
a { background-color: rgb(183,64,176); }
div.DivClassName
{
background-color: #B740B0;
}
.BgClassName
{
background-color: #B740B0;
}
</style>
border-color css
<style>
span { border-color: #B740B0; }
span { border-color: rgb(183,64,176); }
td.TdClassName
{
border-color: #B740B0;
}
.TagClassName
{
border-color: #B740B0;
}
</style>