Shades of Fuchsia #B742C6
Tints of Fuchsia #B742C6
RGB
CMYK
RGB Variations
Color information
#B742C6 (or 0xB742C6) is known color: Fuchsia. HEX triplet: B7, 42 and C6. RGB value is (183,66,198). Sum of RGB (Red+Green+Blue) = 183+66+198=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #B742C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742C6 is #48BD39. Grayscale: #737373. Windows color (decimal): -4767034 or 12993207. OLE color: 12993207.
HSL color Cylindrical-coordinate representation of color #B742C6: hue angle of 293.18º 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 #B742C6 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 66 | 198 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.22 |
| HSL | 293.18º | 0.54% | 0.52% | - |
| HSV(B) | 293.18º | 0.67% | 0.78% | - |
| XYZ | 31.67 | 18.04 | 55.24 | - |
| YUV | 116.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 198 | 0.08 | 0.67 | 0 | 0.22 | 293.18 | 0.54 | 0.52 |
| Hex | B7 | 42 | C6 | 8 | 43 | 0 | 16 | 125 | 36 | 34 |
| Octal | 267 | 102 | 306 | 10 | 103 | 0 | 26 | 445 | 66 | 64 |
| Binary | 10110111 | 1000010 | 11000110 | 1000 | 1000011 | 0 | 10110 | 100100101 | 110110 | 110100 |
Color Harmonies of #B742C6
Complementary color
Monochromatic Colors of #B742C6
Black with #B742C6
Text Example
Text Example
White with #B742C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742C6; }
p { color: rgb(183,66,198); }
H1.HeaderClassName
{
color: #B742C6;
}
.AnyTagClassName
{
color: #B742C6;
}
</style>
background-color css
<style>
a { background-color: #B742C6; }
a { background-color: rgb(183,66,198); }
div.DivClassName
{
background-color: #B742C6;
}
.BgClassName
{
background-color: #B742C6;
}
</style>
border-color css
<style>
span { border-color: #B742C6; }
span { border-color: rgb(183,66,198); }
td.TdClassName
{
border-color: #B742C6;
}
.TagClassName
{
border-color: #B742C6;
}
</style>