Shades of Fuchsia #B640C0
Tints of Fuchsia #B640C0
RGB
CMYK
RGB Variations
Color information
#B640C0 (or 0xB640C0) is known color: Fuchsia. HEX triplet: B6, 40 and C0. RGB value is (182,64,192). Sum of RGB (Red+Green+Blue) = 182+64+192=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #B640C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640C0 is #49BF3F. Grayscale: #717171. Windows color (decimal): -4833088 or 12599478. OLE color: 12599478.
HSL color Cylindrical-coordinate representation of color #B640C0: hue angle of 295.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B640C0 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 64 | 192 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.25 |
| HSL | 295.31º | 0.5% | 0.5% | - |
| HSV(B) | 295.31º | 0.67% | 0.75% | - |
| XYZ | 30.64 | 17.42 | 51.62 | - |
| YUV | 113.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 192 | 0.05 | 0.67 | 0 | 0.25 | 295.31 | 0.5 | 0.5 |
| Hex | B6 | 40 | C0 | 5 | 43 | 0 | 19 | 127 | 32 | 32 |
| Octal | 266 | 100 | 300 | 5 | 103 | 0 | 31 | 447 | 62 | 62 |
| Binary | 10110110 | 1000000 | 11000000 | 101 | 1000011 | 0 | 11001 | 100100111 | 110010 | 110010 |
Color Harmonies of #B640C0
Complementary color
Monochromatic Colors of #B640C0
Black with #B640C0
Text Example
Text Example
White with #B640C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640C0; }
p { color: rgb(182,64,192); }
H1.HeaderClassName
{
color: #B640C0;
}
.AnyTagClassName
{
color: #B640C0;
}
</style>
background-color css
<style>
a { background-color: #B640C0; }
a { background-color: rgb(182,64,192); }
div.DivClassName
{
background-color: #B640C0;
}
.BgClassName
{
background-color: #B640C0;
}
</style>
border-color css
<style>
span { border-color: #B640C0; }
span { border-color: rgb(182,64,192); }
td.TdClassName
{
border-color: #B640C0;
}
.TagClassName
{
border-color: #B640C0;
}
</style>