Shades of Fuchsia #B642BC
Tints of Fuchsia #B642BC
RGB
CMYK
RGB Variations
Color information
#B642BC (or 0xB642BC) is known color: Fuchsia. HEX triplet: B6, 42 and BC. RGB value is (182,66,188). Sum of RGB (Red+Green+Blue) = 182+66+188=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #B642BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642BC is #49BD43. Grayscale: #727272. Windows color (decimal): -4832580 or 12337846. OLE color: 12337846.
HSL color Cylindrical-coordinate representation of color #B642BC: hue angle of 297.05º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B642BC is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 66 | 188 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.26 |
| HSL | 297.05º | 0.48% | 0.5% | - |
| HSV(B) | 297.05º | 0.65% | 0.74% | - |
| XYZ | 30.32 | 17.47 | 49.35 | - |
| YUV | 114.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 188 | 0.03 | 0.65 | 0 | 0.26 | 297.05 | 0.48 | 0.5 |
| Hex | B6 | 42 | BC | 3 | 41 | 0 | 1A | 129 | 30 | 32 |
| Octal | 266 | 102 | 274 | 3 | 101 | 0 | 32 | 451 | 60 | 62 |
| Binary | 10110110 | 1000010 | 10111100 | 11 | 1000001 | 0 | 11010 | 100101001 | 110000 | 110010 |
Color Harmonies of #B642BC
Complementary color
Monochromatic Colors of #B642BC
Black with #B642BC
Text Example
Text Example
White with #B642BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B642BC; }
p { color: rgb(182,66,188); }
H1.HeaderClassName
{
color: #B642BC;
}
.AnyTagClassName
{
color: #B642BC;
}
</style>
background-color css
<style>
a { background-color: #B642BC; }
a { background-color: rgb(182,66,188); }
div.DivClassName
{
background-color: #B642BC;
}
.BgClassName
{
background-color: #B642BC;
}
</style>
border-color css
<style>
span { border-color: #B642BC; }
span { border-color: rgb(182,66,188); }
td.TdClassName
{
border-color: #B642BC;
}
.TagClassName
{
border-color: #B642BC;
}
</style>