Shades of Fuchsia #B658B1
Tints of Fuchsia #B658B1
RGB
CMYK
RGB Variations
Color information
#B658B1 (or 0xB658B1) is known color: Fuchsia. HEX triplet: B6, 58 and B1. RGB value is (182,88,177). Sum of RGB (Red+Green+Blue) = 182+88+177=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B658B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B658B1 is #49A74E. Grayscale: #7D7D7D. Windows color (decimal): -4826959 or 11622582. OLE color: 11622582.
HSL color Cylindrical-coordinate representation of color #B658B1: hue angle of 303.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B658B1 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 88 | 177 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.29 |
| HSL | 303.19º | 0.39% | 0.53% | - |
| HSV(B) | 303.19º | 0.52% | 0.71% | - |
| XYZ | 30.72 | 20.1 | 43.86 | - |
| YUV | 126.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 177 | 0 | 0.52 | 0.03 | 0.29 | 303.19 | 0.39 | 0.53 |
| Hex | B6 | 58 | B1 | 0 | 34 | 3 | 1D | 12F | 27 | 35 |
| Octal | 266 | 130 | 261 | 0 | 64 | 3 | 35 | 457 | 47 | 65 |
| Binary | 10110110 | 1011000 | 10110001 | 0 | 110100 | 11 | 11101 | 100101111 | 100111 | 110101 |
Color Harmonies of #B658B1
Complementary color
Monochromatic Colors of #B658B1
Black with #B658B1
Text Example
Text Example
White with #B658B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658B1; }
p { color: rgb(182,88,177); }
H1.HeaderClassName
{
color: #B658B1;
}
.AnyTagClassName
{
color: #B658B1;
}
</style>
background-color css
<style>
a { background-color: #B658B1; }
a { background-color: rgb(182,88,177); }
div.DivClassName
{
background-color: #B658B1;
}
.BgClassName
{
background-color: #B658B1;
}
</style>
border-color css
<style>
span { border-color: #B658B1; }
span { border-color: rgb(182,88,177); }
td.TdClassName
{
border-color: #B658B1;
}
.TagClassName
{
border-color: #B658B1;
}
</style>