Shades of Fuchsia #B644BD
Tints of Fuchsia #B644BD
RGB
CMYK
RGB Variations
Color information
#B644BD (or 0xB644BD) is known color: Fuchsia. HEX triplet: B6, 44 and BD. RGB value is (182,68,189). Sum of RGB (Red+Green+Blue) = 182+68+189=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #B644BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B644BD is #49BB42. Grayscale: #737373. Windows color (decimal): -4832067 or 12403894. OLE color: 12403894.
HSL color Cylindrical-coordinate representation of color #B644BD: hue angle of 296.53º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B644BD is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 68 | 189 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.26 |
| HSL | 296.53º | 0.48% | 0.5% | - |
| HSV(B) | 296.53º | 0.64% | 0.74% | - |
| XYZ | 30.54 | 17.75 | 49.96 | - |
| YUV | 115.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 189 | 0.04 | 0.64 | 0 | 0.26 | 296.53 | 0.48 | 0.5 |
| Hex | B6 | 44 | BD | 4 | 40 | 0 | 1A | 129 | 30 | 32 |
| Octal | 266 | 104 | 275 | 4 | 100 | 0 | 32 | 451 | 60 | 62 |
| Binary | 10110110 | 1000100 | 10111101 | 100 | 1000000 | 0 | 11010 | 100101001 | 110000 | 110010 |
Color Harmonies of #B644BD
Complementary color
Monochromatic Colors of #B644BD
Black with #B644BD
Text Example
Text Example
White with #B644BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B644BD; }
p { color: rgb(182,68,189); }
H1.HeaderClassName
{
color: #B644BD;
}
.AnyTagClassName
{
color: #B644BD;
}
</style>
background-color css
<style>
a { background-color: #B644BD; }
a { background-color: rgb(182,68,189); }
div.DivClassName
{
background-color: #B644BD;
}
.BgClassName
{
background-color: #B644BD;
}
</style>
border-color css
<style>
span { border-color: #B644BD; }
span { border-color: rgb(182,68,189); }
td.TdClassName
{
border-color: #B644BD;
}
.TagClassName
{
border-color: #B644BD;
}
</style>