Shades of Fuchsia #BA62B5
Tints of Fuchsia #BA62B5
RGB
CMYK
RGB Variations
Color information
#BA62B5 (or 0xBA62B5) is known color: Fuchsia. HEX triplet: BA, 62 and B5. RGB value is (186,98,181). Sum of RGB (Red+Green+Blue) = 186+98+181=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62B5 is #459D4A. Grayscale: #858585. Windows color (decimal): -4562251 or 11887290. OLE color: 11887290.
HSL color Cylindrical-coordinate representation of color #BA62B5: hue angle of 303.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA62B5 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 181 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.27 |
| HSL | 303.41º | 0.39% | 0.56% | - |
| HSV(B) | 303.41º | 0.47% | 0.73% | - |
| XYZ | 32.96 | 22.51 | 46.32 | - |
| YUV | 133.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 181 | 0 | 0.47 | 0.03 | 0.27 | 303.41 | 0.39 | 0.56 |
| Hex | BA | 62 | B5 | 0 | 2F | 3 | 1B | 12F | 27 | 38 |
| Octal | 272 | 142 | 265 | 0 | 57 | 3 | 33 | 457 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10110101 | 0 | 101111 | 11 | 11011 | 100101111 | 100111 | 111000 |
Color Harmonies of #BA62B5
Complementary color
Monochromatic Colors of #BA62B5
Black with #BA62B5
Text Example
Text Example
White with #BA62B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62B5; }
p { color: rgb(186,98,181); }
H1.HeaderClassName
{
color: #BA62B5;
}
.AnyTagClassName
{
color: #BA62B5;
}
</style>
background-color css
<style>
a { background-color: #BA62B5; }
a { background-color: rgb(186,98,181); }
div.DivClassName
{
background-color: #BA62B5;
}
.BgClassName
{
background-color: #BA62B5;
}
</style>
border-color css
<style>
span { border-color: #BA62B5; }
span { border-color: rgb(186,98,181); }
td.TdClassName
{
border-color: #BA62B5;
}
.TagClassName
{
border-color: #BA62B5;
}
</style>