Shades of Fuchsia #B742C4
Tints of Fuchsia #B742C4
RGB
CMYK
RGB Variations
Color information
#B742C4 (or 0xB742C4) is known color: Fuchsia. HEX triplet: B7, 42 and C4. RGB value is (183,66,196). Sum of RGB (Red+Green+Blue) = 183+66+196=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #B742C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742C4 is #48BD3B. Grayscale: #737373. Windows color (decimal): -4767036 or 12862135. OLE color: 12862135.
HSL color Cylindrical-coordinate representation of color #B742C4: hue angle of 294º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B742C4 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 66 | 196 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.23 |
| HSL | 294º | 0.52% | 0.51% | - |
| HSV(B) | 294º | 0.66% | 0.77% | - |
| XYZ | 31.44 | 17.95 | 54.03 | - |
| YUV | 115.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 196 | 0.07 | 0.66 | 0 | 0.23 | 294 | 0.52 | 0.51 |
| Hex | B7 | 42 | C4 | 7 | 42 | 0 | 17 | 126 | 34 | 33 |
| Octal | 267 | 102 | 304 | 7 | 102 | 0 | 27 | 446 | 64 | 63 |
| Binary | 10110111 | 1000010 | 11000100 | 111 | 1000010 | 0 | 10111 | 100100110 | 110100 | 110011 |
Color Harmonies of #B742C4
Complementary color
Monochromatic Colors of #B742C4
Black with #B742C4
Text Example
Text Example
White with #B742C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742C4; }
p { color: rgb(183,66,196); }
H1.HeaderClassName
{
color: #B742C4;
}
.AnyTagClassName
{
color: #B742C4;
}
</style>
background-color css
<style>
a { background-color: #B742C4; }
a { background-color: rgb(183,66,196); }
div.DivClassName
{
background-color: #B742C4;
}
.BgClassName
{
background-color: #B742C4;
}
</style>
border-color css
<style>
span { border-color: #B742C4; }
span { border-color: rgb(183,66,196); }
td.TdClassName
{
border-color: #B742C4;
}
.TagClassName
{
border-color: #B742C4;
}
</style>