Shades of Fuchsia #B632C2
Tints of Fuchsia #B632C2
RGB
CMYK
RGB Variations
Color information
#B632C2 (or 0xB632C2) is known color: Fuchsia. HEX triplet: B6, 32 and C2. RGB value is (182,50,194). Sum of RGB (Red+Green+Blue) = 182+50+194=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #B632C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632C2 is #49CD3D. Grayscale: #696969. Windows color (decimal): -4836670 or 12726966. OLE color: 12726966.
HSL color Cylindrical-coordinate representation of color #B632C2: hue angle of 295º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B632C2 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 50 | 194 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.24 |
| HSL | 295º | 0.59% | 0.48% | - |
| HSV(B) | 295º | 0.74% | 0.76% | - |
| XYZ | 30.17 | 16.12 | 52.56 | - |
| YUV | 105.88 | 177.73 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 194 | 0.06 | 0.74 | 0 | 0.24 | 295 | 0.59 | 0.48 |
| Hex | B6 | 32 | C2 | 6 | 4A | 0 | 18 | 127 | 3B | 30 |
| Octal | 266 | 62 | 302 | 6 | 112 | 0 | 30 | 447 | 73 | 60 |
| Binary | 10110110 | 110010 | 11000010 | 110 | 1001010 | 0 | 11000 | 100100111 | 111011 | 110000 |
Color Harmonies of #B632C2
Complementary color
Monochromatic Colors of #B632C2
Black with #B632C2
Text Example
Text Example
White with #B632C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632C2; }
p { color: rgb(182,50,194); }
H1.HeaderClassName
{
color: #B632C2;
}
.AnyTagClassName
{
color: #B632C2;
}
</style>
background-color css
<style>
a { background-color: #B632C2; }
a { background-color: rgb(182,50,194); }
div.DivClassName
{
background-color: #B632C2;
}
.BgClassName
{
background-color: #B632C2;
}
</style>
border-color css
<style>
span { border-color: #B632C2; }
span { border-color: rgb(182,50,194); }
td.TdClassName
{
border-color: #B632C2;
}
.TagClassName
{
border-color: #B632C2;
}
</style>