Shades of Fuchsia #B641C0
Tints of Fuchsia #B641C0
RGB
CMYK
RGB Variations
Color information
#B641C0 (or 0xB641C0) is known color: Fuchsia. HEX triplet: B6, 41 and C0. RGB value is (182,65,192). Sum of RGB (Red+Green+Blue) = 182+65+192=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #B641C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641C0 is #49BE3F. Grayscale: #727272. Windows color (decimal): -4832832 or 12599734. OLE color: 12599734.
HSL color Cylindrical-coordinate representation of color #B641C0: hue angle of 295.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B641C0 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 65 | 192 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.25 |
| HSL | 295.28º | 0.5% | 0.5% | - |
| HSV(B) | 295.28º | 0.66% | 0.75% | - |
| XYZ | 30.7 | 17.53 | 51.64 | - |
| YUV | 114.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 192 | 0.05 | 0.66 | 0 | 0.25 | 295.28 | 0.5 | 0.5 |
| Hex | B6 | 41 | C0 | 5 | 42 | 0 | 19 | 127 | 32 | 32 |
| Octal | 266 | 101 | 300 | 5 | 102 | 0 | 31 | 447 | 62 | 62 |
| Binary | 10110110 | 1000001 | 11000000 | 101 | 1000010 | 0 | 11001 | 100100111 | 110010 | 110010 |
Color Harmonies of #B641C0
Complementary color
Monochromatic Colors of #B641C0
Black with #B641C0
Text Example
Text Example
White with #B641C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641C0; }
p { color: rgb(182,65,192); }
H1.HeaderClassName
{
color: #B641C0;
}
.AnyTagClassName
{
color: #B641C0;
}
</style>
background-color css
<style>
a { background-color: #B641C0; }
a { background-color: rgb(182,65,192); }
div.DivClassName
{
background-color: #B641C0;
}
.BgClassName
{
background-color: #B641C0;
}
</style>
border-color css
<style>
span { border-color: #B641C0; }
span { border-color: rgb(182,65,192); }
td.TdClassName
{
border-color: #B641C0;
}
.TagClassName
{
border-color: #B641C0;
}
</style>