Shades of Fuchsia #B644A4
Tints of Fuchsia #B644A4
RGB
CMYK
RGB Variations
Color information
#B644A4 (or 0xB644A4) is known color: Fuchsia. HEX triplet: B6, 44 and A4. RGB value is (182,68,164). Sum of RGB (Red+Green+Blue) = 182+68+164=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B644A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B644A4 is #49BB5B. Grayscale: #707070. Windows color (decimal): -4832092 or 10765494. OLE color: 10765494.
HSL color Cylindrical-coordinate representation of color #B644A4: hue angle of 309.47º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B644A4 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 164 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.29 |
| HSL | 309.47º | 0.46% | 0.49% | - |
| HSV(B) | 309.47º | 0.63% | 0.71% | - |
| XYZ | 28.06 | 16.76 | 36.88 | - |
| YUV | 113.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 164 | 0 | 0.63 | 0.10 | 0.29 | 309.47 | 0.46 | 0.49 |
| Hex | B6 | 44 | A4 | 0 | 3F | A | 1D | 135 | 2E | 31 |
| Octal | 266 | 104 | 244 | 0 | 77 | 12 | 35 | 465 | 56 | 61 |
| Binary | 10110110 | 1000100 | 10100100 | 0 | 111111 | 1010 | 11101 | 100110101 | 101110 | 110001 |
Color Harmonies of #B644A4
Complementary color
Monochromatic Colors of #B644A4
Black with #B644A4
Text Example
Text Example
White with #B644A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B644A4; }
p { color: rgb(182,68,164); }
H1.HeaderClassName
{
color: #B644A4;
}
.AnyTagClassName
{
color: #B644A4;
}
</style>
background-color css
<style>
a { background-color: #B644A4; }
a { background-color: rgb(182,68,164); }
div.DivClassName
{
background-color: #B644A4;
}
.BgClassName
{
background-color: #B644A4;
}
</style>
border-color css
<style>
span { border-color: #B644A4; }
span { border-color: rgb(182,68,164); }
td.TdClassName
{
border-color: #B644A4;
}
.TagClassName
{
border-color: #B644A4;
}
</style>