Shades of Fuchsia #B74BBA
Tints of Fuchsia #B74BBA
RGB
CMYK
RGB Variations
Color information
#B74BBA (or 0xB74BBA) is known color: Fuchsia. HEX triplet: B7, 4B and BA. RGB value is (183,75,186). Sum of RGB (Red+Green+Blue) = 183+75+186=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B74BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BBA is #48B445. Grayscale: #777777. Windows color (decimal): -4764742 or 12209079. OLE color: 12209079.
HSL color Cylindrical-coordinate representation of color #B74BBA: hue angle of 298.38º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74BBA is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 75 | 186 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.27 |
| HSL | 298.38º | 0.45% | 0.51% | - |
| HSV(B) | 298.38º | 0.6% | 0.73% | - |
| XYZ | 30.91 | 18.64 | 48.42 | - |
| YUV | 119.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 186 | 0.02 | 0.60 | 0 | 0.27 | 298.38 | 0.45 | 0.51 |
| Hex | B7 | 4B | BA | 2 | 3C | 0 | 1B | 12A | 2D | 33 |
| Octal | 267 | 113 | 272 | 2 | 74 | 0 | 33 | 452 | 55 | 63 |
| Binary | 10110111 | 1001011 | 10111010 | 10 | 111100 | 0 | 11011 | 100101010 | 101101 | 110011 |
Color Harmonies of #B74BBA
Complementary color
Monochromatic Colors of #B74BBA
Black with #B74BBA
Text Example
Text Example
White with #B74BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BBA; }
p { color: rgb(183,75,186); }
H1.HeaderClassName
{
color: #B74BBA;
}
.AnyTagClassName
{
color: #B74BBA;
}
</style>
background-color css
<style>
a { background-color: #B74BBA; }
a { background-color: rgb(183,75,186); }
div.DivClassName
{
background-color: #B74BBA;
}
.BgClassName
{
background-color: #B74BBA;
}
</style>
border-color css
<style>
span { border-color: #B74BBA; }
span { border-color: rgb(183,75,186); }
td.TdClassName
{
border-color: #B74BBA;
}
.TagClassName
{
border-color: #B74BBA;
}
</style>