Shades of Fuchsia #B740BC
Tints of Fuchsia #B740BC
RGB
CMYK
RGB Variations
Color information
#B740BC (or 0xB740BC) is known color: Fuchsia. HEX triplet: B7, 40 and BC. RGB value is (183,64,188). Sum of RGB (Red+Green+Blue) = 183+64+188=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #B740BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740BC is #48BF43. Grayscale: #717171. Windows color (decimal): -4767556 or 12337335. OLE color: 12337335.
HSL color Cylindrical-coordinate representation of color #B740BC: hue angle of 297.58º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B740BC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 64 | 188 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.26 |
| HSL | 297.58º | 0.49% | 0.49% | - |
| HSV(B) | 297.58º | 0.66% | 0.74% | - |
| XYZ | 30.44 | 17.36 | 49.32 | - |
| YUV | 113.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 188 | 0.03 | 0.66 | 0 | 0.26 | 297.58 | 0.49 | 0.49 |
| Hex | B7 | 40 | BC | 3 | 42 | 0 | 1A | 12A | 31 | 31 |
| Octal | 267 | 100 | 274 | 3 | 102 | 0 | 32 | 452 | 61 | 61 |
| Binary | 10110111 | 1000000 | 10111100 | 11 | 1000010 | 0 | 11010 | 100101010 | 110001 | 110001 |
Color Harmonies of #B740BC
Complementary color
Monochromatic Colors of #B740BC
Black with #B740BC
Text Example
Text Example
White with #B740BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740BC; }
p { color: rgb(183,64,188); }
H1.HeaderClassName
{
color: #B740BC;
}
.AnyTagClassName
{
color: #B740BC;
}
</style>
background-color css
<style>
a { background-color: #B740BC; }
a { background-color: rgb(183,64,188); }
div.DivClassName
{
background-color: #B740BC;
}
.BgClassName
{
background-color: #B740BC;
}
</style>
border-color css
<style>
span { border-color: #B740BC; }
span { border-color: rgb(183,64,188); }
td.TdClassName
{
border-color: #B740BC;
}
.TagClassName
{
border-color: #B740BC;
}
</style>