Shades of Fuchsia #B741C1
Tints of Fuchsia #B741C1
RGB
CMYK
RGB Variations
Color information
#B741C1 (or 0xB741C1) is known color: Fuchsia. HEX triplet: B7, 41 and C1. RGB value is (183,65,193). Sum of RGB (Red+Green+Blue) = 183+65+193=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #B741C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741C1 is #48BE3E. Grayscale: #727272. Windows color (decimal): -4767295 or 12665271. OLE color: 12665271.
HSL color Cylindrical-coordinate representation of color #B741C1: hue angle of 295.31º 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 #B741C1 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 65 | 193 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.24 |
| HSL | 295.31º | 0.51% | 0.51% | - |
| HSV(B) | 295.31º | 0.66% | 0.76% | - |
| XYZ | 31.04 | 17.7 | 52.23 | - |
| YUV | 114.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 193 | 0.05 | 0.66 | 0 | 0.24 | 295.31 | 0.51 | 0.51 |
| Hex | B7 | 41 | C1 | 5 | 42 | 0 | 18 | 127 | 33 | 33 |
| Octal | 267 | 101 | 301 | 5 | 102 | 0 | 30 | 447 | 63 | 63 |
| Binary | 10110111 | 1000001 | 11000001 | 101 | 1000010 | 0 | 11000 | 100100111 | 110011 | 110011 |
Color Harmonies of #B741C1
Complementary color
Monochromatic Colors of #B741C1
Black with #B741C1
Text Example
Text Example
White with #B741C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741C1; }
p { color: rgb(183,65,193); }
H1.HeaderClassName
{
color: #B741C1;
}
.AnyTagClassName
{
color: #B741C1;
}
</style>
background-color css
<style>
a { background-color: #B741C1; }
a { background-color: rgb(183,65,193); }
div.DivClassName
{
background-color: #B741C1;
}
.BgClassName
{
background-color: #B741C1;
}
</style>
border-color css
<style>
span { border-color: #B741C1; }
span { border-color: rgb(183,65,193); }
td.TdClassName
{
border-color: #B741C1;
}
.TagClassName
{
border-color: #B741C1;
}
</style>