Shades of Fuchsia #B461B4
Tints of Fuchsia #B461B4
RGB
CMYK
RGB Variations
Color information
#B461B4 (or 0xB461B4) is known color: Fuchsia. HEX triplet: B4, 61 and B4. RGB value is (180,97,180). Sum of RGB (Red+Green+Blue) = 180+97+180=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B461B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461B4 is #4B9E4B. Grayscale: #838383. Windows color (decimal): -4955724 or 11821492. OLE color: 11821492.
HSL color Cylindrical-coordinate representation of color #B461B4: hue angle of 300º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B461B4 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 97 | 180 | - |
| CMYK | 0 | 0.46 | 0 | 0.29 |
| HSL | 300º | 0.36% | 0.54% | - |
| HSV(B) | 300º | 0.46% | 0.71% | - |
| XYZ | 31.34 | 21.55 | 45.69 | - |
| YUV | 131.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 180 | 0 | 0.46 | 0 | 0.29 | 300 | 0.36 | 0.54 |
| Hex | B4 | 61 | B4 | 0 | 2E | 0 | 1D | 12C | 24 | 36 |
| Octal | 264 | 141 | 264 | 0 | 56 | 0 | 35 | 454 | 44 | 66 |
| Binary | 10110100 | 1100001 | 10110100 | 0 | 101110 | 0 | 11101 | 100101100 | 100100 | 110110 |
Color Harmonies of #B461B4
Complementary color
Monochromatic Colors of #B461B4
Black with #B461B4
Text Example
Text Example
White with #B461B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461B4; }
p { color: rgb(180,97,180); }
H1.HeaderClassName
{
color: #B461B4;
}
.AnyTagClassName
{
color: #B461B4;
}
</style>
background-color css
<style>
a { background-color: #B461B4; }
a { background-color: rgb(180,97,180); }
div.DivClassName
{
background-color: #B461B4;
}
.BgClassName
{
background-color: #B461B4;
}
</style>
border-color css
<style>
span { border-color: #B461B4; }
span { border-color: rgb(180,97,180); }
td.TdClassName
{
border-color: #B461B4;
}
.TagClassName
{
border-color: #B461B4;
}
</style>