Shades of Fuchsia #B632BC
Tints of Fuchsia #B632BC
RGB
CMYK
RGB Variations
Color information
#B632BC (or 0xB632BC) is known color: Fuchsia. HEX triplet: B6, 32 and BC. RGB value is (182,50,188). Sum of RGB (Red+Green+Blue) = 182+50+188=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #B632BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632BC is #49CD43. Grayscale: #686868. Windows color (decimal): -4836676 or 12333750. OLE color: 12333750.
HSL color Cylindrical-coordinate representation of color #B632BC: hue angle of 297.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B632BC is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 50 | 188 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.26 |
| HSL | 297.39º | 0.58% | 0.47% | - |
| HSV(B) | 297.39º | 0.73% | 0.74% | - |
| XYZ | 29.51 | 15.86 | 49.08 | - |
| YUV | 105.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 188 | 0.03 | 0.73 | 0 | 0.26 | 297.39 | 0.58 | 0.47 |
| Hex | B6 | 32 | BC | 3 | 49 | 0 | 1A | 129 | 3A | 2F |
| Octal | 266 | 62 | 274 | 3 | 111 | 0 | 32 | 451 | 72 | 57 |
| Binary | 10110110 | 110010 | 10111100 | 11 | 1001001 | 0 | 11010 | 100101001 | 111010 | 101111 |
Color Harmonies of #B632BC
Complementary color
Monochromatic Colors of #B632BC
Black with #B632BC
Text Example
Text Example
White with #B632BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632BC; }
p { color: rgb(182,50,188); }
H1.HeaderClassName
{
color: #B632BC;
}
.AnyTagClassName
{
color: #B632BC;
}
</style>
background-color css
<style>
a { background-color: #B632BC; }
a { background-color: rgb(182,50,188); }
div.DivClassName
{
background-color: #B632BC;
}
.BgClassName
{
background-color: #B632BC;
}
</style>
border-color css
<style>
span { border-color: #B632BC; }
span { border-color: rgb(182,50,188); }
td.TdClassName
{
border-color: #B632BC;
}
.TagClassName
{
border-color: #B632BC;
}
</style>