Shades of Fuchsia #B741C2
Tints of Fuchsia #B741C2
RGB
CMYK
RGB Variations
Color information
#B741C2 (or 0xB741C2) is known color: Fuchsia. HEX triplet: B7, 41 and C2. RGB value is (183,65,194). Sum of RGB (Red+Green+Blue) = 183+65+194=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #B741C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741C2 is #48BE3D. Grayscale: #727272. Windows color (decimal): -4767294 or 12730807. OLE color: 12730807.
HSL color Cylindrical-coordinate representation of color #B741C2: hue angle of 294.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B741C2 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 65 | 194 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.24 |
| HSL | 294.88º | 0.51% | 0.51% | - |
| HSV(B) | 294.88º | 0.66% | 0.76% | - |
| XYZ | 31.16 | 17.74 | 52.82 | - |
| YUV | 114.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 194 | 0.06 | 0.66 | 0 | 0.24 | 294.88 | 0.51 | 0.51 |
| Hex | B7 | 41 | C2 | 6 | 42 | 0 | 18 | 127 | 33 | 33 |
| Octal | 267 | 101 | 302 | 6 | 102 | 0 | 30 | 447 | 63 | 63 |
| Binary | 10110111 | 1000001 | 11000010 | 110 | 1000010 | 0 | 11000 | 100100111 | 110011 | 110011 |
Color Harmonies of #B741C2
Complementary color
Monochromatic Colors of #B741C2
Black with #B741C2
Text Example
Text Example
White with #B741C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741C2; }
p { color: rgb(183,65,194); }
H1.HeaderClassName
{
color: #B741C2;
}
.AnyTagClassName
{
color: #B741C2;
}
</style>
background-color css
<style>
a { background-color: #B741C2; }
a { background-color: rgb(183,65,194); }
div.DivClassName
{
background-color: #B741C2;
}
.BgClassName
{
background-color: #B741C2;
}
</style>
border-color css
<style>
span { border-color: #B741C2; }
span { border-color: rgb(183,65,194); }
td.TdClassName
{
border-color: #B741C2;
}
.TagClassName
{
border-color: #B741C2;
}
</style>