Shades of Fuchsia #B740C2
Tints of Fuchsia #B740C2
RGB
CMYK
RGB Variations
Color information
#B740C2 (or 0xB740C2) is known color: Fuchsia. HEX triplet: B7, 40 and C2. RGB value is (183,64,194). Sum of RGB (Red+Green+Blue) = 183+64+194=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #B740C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740C2 is #48BF3D. Grayscale: #727272. Windows color (decimal): -4767550 or 12730551. OLE color: 12730551.
HSL color Cylindrical-coordinate representation of color #B740C2: hue angle of 294.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B740C2 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 64 | 194 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.24 |
| HSL | 294.92º | 0.52% | 0.51% | - |
| HSV(B) | 294.92º | 0.67% | 0.76% | - |
| XYZ | 31.1 | 17.63 | 52.8 | - |
| YUV | 114.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 194 | 0.06 | 0.67 | 0 | 0.24 | 294.92 | 0.52 | 0.51 |
| Hex | B7 | 40 | C2 | 6 | 43 | 0 | 18 | 127 | 34 | 33 |
| Octal | 267 | 100 | 302 | 6 | 103 | 0 | 30 | 447 | 64 | 63 |
| Binary | 10110111 | 1000000 | 11000010 | 110 | 1000011 | 0 | 11000 | 100100111 | 110100 | 110011 |
Color Harmonies of #B740C2
Complementary color
Monochromatic Colors of #B740C2
Black with #B740C2
Text Example
Text Example
White with #B740C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740C2; }
p { color: rgb(183,64,194); }
H1.HeaderClassName
{
color: #B740C2;
}
.AnyTagClassName
{
color: #B740C2;
}
</style>
background-color css
<style>
a { background-color: #B740C2; }
a { background-color: rgb(183,64,194); }
div.DivClassName
{
background-color: #B740C2;
}
.BgClassName
{
background-color: #B740C2;
}
</style>
border-color css
<style>
span { border-color: #B740C2; }
span { border-color: rgb(183,64,194); }
td.TdClassName
{
border-color: #B740C2;
}
.TagClassName
{
border-color: #B740C2;
}
</style>