Shades of Fuchsia #B74BB2
Tints of Fuchsia #B74BB2
RGB
CMYK
RGB Variations
Color information
#B74BB2 (or 0xB74BB2) is known color: Fuchsia. HEX triplet: B7, 4B and B2. RGB value is (183,75,178). Sum of RGB (Red+Green+Blue) = 183+75+178=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BB2 is #48B44D. Grayscale: #767676. Windows color (decimal): -4764750 or 11684791. OLE color: 11684791.
HSL color Cylindrical-coordinate representation of color #B74BB2: hue angle of 302.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74BB2 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 178 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.28 |
| HSL | 302.78º | 0.43% | 0.51% | - |
| HSV(B) | 302.78º | 0.59% | 0.72% | - |
| XYZ | 30.08 | 18.31 | 44.07 | - |
| YUV | 119.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 178 | 0 | 0.59 | 0.03 | 0.28 | 302.78 | 0.43 | 0.51 |
| Hex | B7 | 4B | B2 | 0 | 3B | 3 | 1C | 12F | 2B | 33 |
| Octal | 267 | 113 | 262 | 0 | 73 | 3 | 34 | 457 | 53 | 63 |
| Binary | 10110111 | 1001011 | 10110010 | 0 | 111011 | 11 | 11100 | 100101111 | 101011 | 110011 |
Color Harmonies of #B74BB2
Complementary color
Monochromatic Colors of #B74BB2
Black with #B74BB2
Text Example
Text Example
White with #B74BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BB2; }
p { color: rgb(183,75,178); }
H1.HeaderClassName
{
color: #B74BB2;
}
.AnyTagClassName
{
color: #B74BB2;
}
</style>
background-color css
<style>
a { background-color: #B74BB2; }
a { background-color: rgb(183,75,178); }
div.DivClassName
{
background-color: #B74BB2;
}
.BgClassName
{
background-color: #B74BB2;
}
</style>
border-color css
<style>
span { border-color: #B74BB2; }
span { border-color: rgb(183,75,178); }
td.TdClassName
{
border-color: #B74BB2;
}
.TagClassName
{
border-color: #B74BB2;
}
</style>