Shades of Fuchsia #B640BC
Tints of Fuchsia #B640BC
RGB
CMYK
RGB Variations
Color information
#B640BC (or 0xB640BC) is known color: Fuchsia. HEX triplet: B6, 40 and BC. RGB value is (182,64,188). Sum of RGB (Red+Green+Blue) = 182+64+188=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #B640BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640BC is #49BF43. Grayscale: #717171. Windows color (decimal): -4833092 or 12337334. OLE color: 12337334.
HSL color Cylindrical-coordinate representation of color #B640BC: hue angle of 297.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B640BC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 64 | 188 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.26 |
| HSL | 297.1º | 0.49% | 0.49% | - |
| HSV(B) | 297.1º | 0.66% | 0.74% | - |
| XYZ | 30.2 | 17.24 | 49.31 | - |
| YUV | 113.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 188 | 0.03 | 0.66 | 0 | 0.26 | 297.1 | 0.49 | 0.49 |
| Hex | B6 | 40 | BC | 3 | 42 | 0 | 1A | 129 | 31 | 31 |
| Octal | 266 | 100 | 274 | 3 | 102 | 0 | 32 | 451 | 61 | 61 |
| Binary | 10110110 | 1000000 | 10111100 | 11 | 1000010 | 0 | 11010 | 100101001 | 110001 | 110001 |
Color Harmonies of #B640BC
Complementary color
Monochromatic Colors of #B640BC
Black with #B640BC
Text Example
Text Example
White with #B640BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640BC; }
p { color: rgb(182,64,188); }
H1.HeaderClassName
{
color: #B640BC;
}
.AnyTagClassName
{
color: #B640BC;
}
</style>
background-color css
<style>
a { background-color: #B640BC; }
a { background-color: rgb(182,64,188); }
div.DivClassName
{
background-color: #B640BC;
}
.BgClassName
{
background-color: #B640BC;
}
</style>
border-color css
<style>
span { border-color: #B640BC; }
span { border-color: rgb(182,64,188); }
td.TdClassName
{
border-color: #B640BC;
}
.TagClassName
{
border-color: #B640BC;
}
</style>