Shades of Fuchsia #B361B4
Tints of Fuchsia #B361B4
RGB
CMYK
RGB Variations
Color information
#B361B4 (or 0xB361B4) is known color: Fuchsia. HEX triplet: B3, 61 and B4. RGB value is (179,97,180). Sum of RGB (Red+Green+Blue) = 179+97+180=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #B361B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361B4 is #4C9E4B. Grayscale: #828282. Windows color (decimal): -5021260 or 11821491. OLE color: 11821491.
HSL color Cylindrical-coordinate representation of color #B361B4: hue angle of 299.28º 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 #B361B4 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 97 | 180 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.29 |
| HSL | 299.28º | 0.36% | 0.54% | - |
| HSV(B) | 299.28º | 0.46% | 0.71% | - |
| XYZ | 31.1 | 21.43 | 45.68 | - |
| YUV | 130.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 180 | 0.01 | 0.46 | 0 | 0.29 | 299.28 | 0.36 | 0.54 |
| Hex | B3 | 61 | B4 | 1 | 2E | 0 | 1D | 12B | 24 | 36 |
| Octal | 263 | 141 | 264 | 1 | 56 | 0 | 35 | 453 | 44 | 66 |
| Binary | 10110011 | 1100001 | 10110100 | 1 | 101110 | 0 | 11101 | 100101011 | 100100 | 110110 |
Color Harmonies of #B361B4
Complementary color
Monochromatic Colors of #B361B4
Black with #B361B4
Text Example
Text Example
White with #B361B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B361B4; }
p { color: rgb(179,97,180); }
H1.HeaderClassName
{
color: #B361B4;
}
.AnyTagClassName
{
color: #B361B4;
}
</style>
background-color css
<style>
a { background-color: #B361B4; }
a { background-color: rgb(179,97,180); }
div.DivClassName
{
background-color: #B361B4;
}
.BgClassName
{
background-color: #B361B4;
}
</style>
border-color css
<style>
span { border-color: #B361B4; }
span { border-color: rgb(179,97,180); }
td.TdClassName
{
border-color: #B361B4;
}
.TagClassName
{
border-color: #B361B4;
}
</style>