Shades of Fuchsia #B742B5
Tints of Fuchsia #B742B5
RGB
CMYK
RGB Variations
Color information
#B742B5 (or 0xB742B5) is known color: Fuchsia. HEX triplet: B7, 42 and B5. RGB value is (183,66,181). Sum of RGB (Red+Green+Blue) = 183+66+181=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B742B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742B5 is #48BD4A. Grayscale: #717171. Windows color (decimal): -4767051 or 11879095. OLE color: 11879095.
HSL color Cylindrical-coordinate representation of color #B742B5: hue angle of 301.03º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B742B5 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 181 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.28 |
| HSL | 301.03º | 0.47% | 0.49% | - |
| HSV(B) | 301.03º | 0.64% | 0.72% | - |
| XYZ | 29.82 | 17.3 | 45.48 | - |
| YUV | 114.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 181 | 0 | 0.64 | 0.01 | 0.28 | 301.03 | 0.47 | 0.49 |
| Hex | B7 | 42 | B5 | 0 | 40 | 1 | 1C | 12D | 2F | 31 |
| Octal | 267 | 102 | 265 | 0 | 100 | 1 | 34 | 455 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10110101 | 0 | 1000000 | 1 | 11100 | 100101101 | 101111 | 110001 |
Color Harmonies of #B742B5
Complementary color
Monochromatic Colors of #B742B5
Black with #B742B5
Text Example
Text Example
White with #B742B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742B5; }
p { color: rgb(183,66,181); }
H1.HeaderClassName
{
color: #B742B5;
}
.AnyTagClassName
{
color: #B742B5;
}
</style>
background-color css
<style>
a { background-color: #B742B5; }
a { background-color: rgb(183,66,181); }
div.DivClassName
{
background-color: #B742B5;
}
.BgClassName
{
background-color: #B742B5;
}
</style>
border-color css
<style>
span { border-color: #B742B5; }
span { border-color: rgb(183,66,181); }
td.TdClassName
{
border-color: #B742B5;
}
.TagClassName
{
border-color: #B742B5;
}
</style>