Shades of Fuchsia #B640BD
Tints of Fuchsia #B640BD
RGB
CMYK
RGB Variations
Color information
#B640BD (or 0xB640BD) is known color: Fuchsia. HEX triplet: B6, 40 and BD. RGB value is (182,64,189). Sum of RGB (Red+Green+Blue) = 182+64+189=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #B640BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640BD is #49BF42. Grayscale: #717171. Windows color (decimal): -4833091 or 12402870. OLE color: 12402870.
HSL color Cylindrical-coordinate representation of color #B640BD: hue angle of 296.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B640BD is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 64 | 189 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.26 |
| HSL | 296.64º | 0.49% | 0.5% | - |
| HSV(B) | 296.64º | 0.66% | 0.74% | - |
| XYZ | 30.31 | 17.29 | 49.88 | - |
| YUV | 113.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 189 | 0.04 | 0.66 | 0 | 0.26 | 296.64 | 0.49 | 0.5 |
| Hex | B6 | 40 | BD | 4 | 42 | 0 | 1A | 129 | 31 | 32 |
| Octal | 266 | 100 | 275 | 4 | 102 | 0 | 32 | 451 | 61 | 62 |
| Binary | 10110110 | 1000000 | 10111101 | 100 | 1000010 | 0 | 11010 | 100101001 | 110001 | 110010 |
Color Harmonies of #B640BD
Complementary color
Monochromatic Colors of #B640BD
Black with #B640BD
Text Example
Text Example
White with #B640BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640BD; }
p { color: rgb(182,64,189); }
H1.HeaderClassName
{
color: #B640BD;
}
.AnyTagClassName
{
color: #B640BD;
}
</style>
background-color css
<style>
a { background-color: #B640BD; }
a { background-color: rgb(182,64,189); }
div.DivClassName
{
background-color: #B640BD;
}
.BgClassName
{
background-color: #B640BD;
}
</style>
border-color css
<style>
span { border-color: #B640BD; }
span { border-color: rgb(182,64,189); }
td.TdClassName
{
border-color: #B640BD;
}
.TagClassName
{
border-color: #B640BD;
}
</style>