Shades of Fuchsia #B741BE
Tints of Fuchsia #B741BE
RGB
CMYK
RGB Variations
Color information
#B741BE (or 0xB741BE) is known color: Fuchsia. HEX triplet: B7, 41 and BE. RGB value is (183,65,190). Sum of RGB (Red+Green+Blue) = 183+65+190=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #B741BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741BE is #48BE41. Grayscale: #727272. Windows color (decimal): -4767298 or 12468663. OLE color: 12468663.
HSL color Cylindrical-coordinate representation of color #B741BE: hue angle of 296.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B741BE is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 65 | 190 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.25 |
| HSL | 296.64º | 0.49% | 0.5% | - |
| HSV(B) | 296.64º | 0.66% | 0.75% | - |
| XYZ | 30.71 | 17.57 | 50.49 | - |
| YUV | 114.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 190 | 0.04 | 0.66 | 0 | 0.25 | 296.64 | 0.49 | 0.5 |
| Hex | B7 | 41 | BE | 4 | 42 | 0 | 19 | 129 | 31 | 32 |
| Octal | 267 | 101 | 276 | 4 | 102 | 0 | 31 | 451 | 61 | 62 |
| Binary | 10110111 | 1000001 | 10111110 | 100 | 1000010 | 0 | 11001 | 100101001 | 110001 | 110010 |
Color Harmonies of #B741BE
Complementary color
Monochromatic Colors of #B741BE
Black with #B741BE
Text Example
Text Example
White with #B741BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741BE; }
p { color: rgb(183,65,190); }
H1.HeaderClassName
{
color: #B741BE;
}
.AnyTagClassName
{
color: #B741BE;
}
</style>
background-color css
<style>
a { background-color: #B741BE; }
a { background-color: rgb(183,65,190); }
div.DivClassName
{
background-color: #B741BE;
}
.BgClassName
{
background-color: #B741BE;
}
</style>
border-color css
<style>
span { border-color: #B741BE; }
span { border-color: rgb(183,65,190); }
td.TdClassName
{
border-color: #B741BE;
}
.TagClassName
{
border-color: #B741BE;
}
</style>