Shades of Fuchsia #B632B2
Tints of Fuchsia #B632B2
RGB
CMYK
RGB Variations
Color information
#B632B2 (or 0xB632B2) is known color: Fuchsia. HEX triplet: B6, 32 and B2. RGB value is (182,50,178). Sum of RGB (Red+Green+Blue) = 182+50+178=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B632B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632B2 is #49CD4D. Grayscale: #676767. Windows color (decimal): -4836686 or 11678390. OLE color: 11678390.
HSL color Cylindrical-coordinate representation of color #B632B2: hue angle of 301.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B632B2 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 178 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.29 |
| HSL | 301.82º | 0.57% | 0.45% | - |
| HSV(B) | 301.82º | 0.73% | 0.71% | - |
| XYZ | 28.47 | 15.44 | 43.6 | - |
| YUV | 104.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 178 | 0 | 0.73 | 0.02 | 0.29 | 301.82 | 0.57 | 0.45 |
| Hex | B6 | 32 | B2 | 0 | 49 | 2 | 1D | 12E | 39 | 2D |
| Octal | 266 | 62 | 262 | 0 | 111 | 2 | 35 | 456 | 71 | 55 |
| Binary | 10110110 | 110010 | 10110010 | 0 | 1001001 | 10 | 11101 | 100101110 | 111001 | 101101 |
Color Harmonies of #B632B2
Complementary color
Monochromatic Colors of #B632B2
Black with #B632B2
Text Example
Text Example
White with #B632B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632B2; }
p { color: rgb(182,50,178); }
H1.HeaderClassName
{
color: #B632B2;
}
.AnyTagClassName
{
color: #B632B2;
}
</style>
background-color css
<style>
a { background-color: #B632B2; }
a { background-color: rgb(182,50,178); }
div.DivClassName
{
background-color: #B632B2;
}
.BgClassName
{
background-color: #B632B2;
}
</style>
border-color css
<style>
span { border-color: #B632B2; }
span { border-color: rgb(182,50,178); }
td.TdClassName
{
border-color: #B632B2;
}
.TagClassName
{
border-color: #B632B2;
}
</style>