Shades of Fuchsia #B741C6
Tints of Fuchsia #B741C6
RGB
CMYK
RGB Variations
Color information
#B741C6 (or 0xB741C6) is known color: Fuchsia. HEX triplet: B7, 41 and C6. RGB value is (183,65,198). Sum of RGB (Red+Green+Blue) = 183+65+198=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #B741C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741C6 is #48BE39. Grayscale: #737373. Windows color (decimal): -4767290 or 12992951. OLE color: 12992951.
HSL color Cylindrical-coordinate representation of color #B741C6: hue angle of 293.23º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B741C6 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 65 | 198 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.22 |
| HSL | 293.23º | 0.54% | 0.52% | - |
| HSV(B) | 293.23º | 0.67% | 0.78% | - |
| XYZ | 31.61 | 17.93 | 55.22 | - |
| YUV | 115.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 198 | 0.08 | 0.67 | 0 | 0.22 | 293.23 | 0.54 | 0.52 |
| Hex | B7 | 41 | C6 | 8 | 43 | 0 | 16 | 125 | 36 | 34 |
| Octal | 267 | 101 | 306 | 10 | 103 | 0 | 26 | 445 | 66 | 64 |
| Binary | 10110111 | 1000001 | 11000110 | 1000 | 1000011 | 0 | 10110 | 100100101 | 110110 | 110100 |
Color Harmonies of #B741C6
Complementary color
Monochromatic Colors of #B741C6
Black with #B741C6
Text Example
Text Example
White with #B741C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741C6; }
p { color: rgb(183,65,198); }
H1.HeaderClassName
{
color: #B741C6;
}
.AnyTagClassName
{
color: #B741C6;
}
</style>
background-color css
<style>
a { background-color: #B741C6; }
a { background-color: rgb(183,65,198); }
div.DivClassName
{
background-color: #B741C6;
}
.BgClassName
{
background-color: #B741C6;
}
</style>
border-color css
<style>
span { border-color: #B741C6; }
span { border-color: rgb(183,65,198); }
td.TdClassName
{
border-color: #B741C6;
}
.TagClassName
{
border-color: #B741C6;
}
</style>