Shades of Fuchsia #B742BF
Tints of Fuchsia #B742BF
RGB
CMYK
RGB Variations
Color information
#B742BF (or 0xB742BF) is known color: Fuchsia. HEX triplet: B7, 42 and BF. RGB value is (183,66,191). Sum of RGB (Red+Green+Blue) = 183+66+191=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #B742BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742BF is #48BD40. Grayscale: #727272. Windows color (decimal): -4767041 or 12534455. OLE color: 12534455.
HSL color Cylindrical-coordinate representation of color #B742BF: hue angle of 296.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B742BF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 66 | 191 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.25 |
| HSL | 296.16º | 0.49% | 0.5% | - |
| HSV(B) | 296.16º | 0.65% | 0.75% | - |
| XYZ | 30.88 | 17.73 | 51.08 | - |
| YUV | 115.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 191 | 0.04 | 0.65 | 0 | 0.25 | 296.16 | 0.49 | 0.5 |
| Hex | B7 | 42 | BF | 4 | 41 | 0 | 19 | 128 | 31 | 32 |
| Octal | 267 | 102 | 277 | 4 | 101 | 0 | 31 | 450 | 61 | 62 |
| Binary | 10110111 | 1000010 | 10111111 | 100 | 1000001 | 0 | 11001 | 100101000 | 110001 | 110010 |
Color Harmonies of #B742BF
Complementary color
Monochromatic Colors of #B742BF
Black with #B742BF
Text Example
Text Example
White with #B742BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742BF; }
p { color: rgb(183,66,191); }
H1.HeaderClassName
{
color: #B742BF;
}
.AnyTagClassName
{
color: #B742BF;
}
</style>
background-color css
<style>
a { background-color: #B742BF; }
a { background-color: rgb(183,66,191); }
div.DivClassName
{
background-color: #B742BF;
}
.BgClassName
{
background-color: #B742BF;
}
</style>
border-color css
<style>
span { border-color: #B742BF; }
span { border-color: rgb(183,66,191); }
td.TdClassName
{
border-color: #B742BF;
}
.TagClassName
{
border-color: #B742BF;
}
</style>