Shades of Fuchsia #B648A8
Tints of Fuchsia #B648A8
RGB
CMYK
RGB Variations
Color information
#B648A8 (or 0xB648A8) is known color: Fuchsia. HEX triplet: B6, 48 and A8. RGB value is (182,72,168). Sum of RGB (Red+Green+Blue) = 182+72+168=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B648A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B648A8 is #49B757. Grayscale: #737373. Windows color (decimal): -4831064 or 11028662. OLE color: 11028662.
HSL color Cylindrical-coordinate representation of color #B648A8: hue angle of 307.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B648A8 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 168 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.29 |
| HSL | 307.64º | 0.43% | 0.5% | - |
| HSV(B) | 307.64º | 0.6% | 0.71% | - |
| XYZ | 28.68 | 17.41 | 38.89 | - |
| YUV | 115.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 168 | 0 | 0.60 | 0.08 | 0.29 | 307.64 | 0.43 | 0.5 |
| Hex | B6 | 48 | A8 | 0 | 3C | 8 | 1D | 134 | 2B | 32 |
| Octal | 266 | 110 | 250 | 0 | 74 | 10 | 35 | 464 | 53 | 62 |
| Binary | 10110110 | 1001000 | 10101000 | 0 | 111100 | 1000 | 11101 | 100110100 | 101011 | 110010 |
Color Harmonies of #B648A8
Complementary color
Monochromatic Colors of #B648A8
Black with #B648A8
Text Example
Text Example
White with #B648A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B648A8; }
p { color: rgb(182,72,168); }
H1.HeaderClassName
{
color: #B648A8;
}
.AnyTagClassName
{
color: #B648A8;
}
</style>
background-color css
<style>
a { background-color: #B648A8; }
a { background-color: rgb(182,72,168); }
div.DivClassName
{
background-color: #B648A8;
}
.BgClassName
{
background-color: #B648A8;
}
</style>
border-color css
<style>
span { border-color: #B648A8; }
span { border-color: rgb(182,72,168); }
td.TdClassName
{
border-color: #B648A8;
}
.TagClassName
{
border-color: #B648A8;
}
</style>