Shades of Fuchsia #B650A8
Tints of Fuchsia #B650A8
RGB
CMYK
RGB Variations
Color information
#B650A8 (or 0xB650A8) is known color: Fuchsia. HEX triplet: B6, 50 and A8. RGB value is (182,80,168). Sum of RGB (Red+Green+Blue) = 182+80+168=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B650A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B650A8 is #49AF57. Grayscale: #787878. Windows color (decimal): -4829016 or 11030710. OLE color: 11030710.
HSL color Cylindrical-coordinate representation of color #B650A8: hue angle of 308.24º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B650A8 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 168 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.29 |
| HSL | 308.24º | 0.41% | 0.51% | - |
| HSV(B) | 308.24º | 0.56% | 0.71% | - |
| XYZ | 29.23 | 18.51 | 39.08 | - |
| YUV | 120.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 168 | 0 | 0.56 | 0.08 | 0.29 | 308.24 | 0.41 | 0.51 |
| Hex | B6 | 50 | A8 | 0 | 38 | 8 | 1D | 134 | 29 | 33 |
| Octal | 266 | 120 | 250 | 0 | 70 | 10 | 35 | 464 | 51 | 63 |
| Binary | 10110110 | 1010000 | 10101000 | 0 | 111000 | 1000 | 11101 | 100110100 | 101001 | 110011 |
Color Harmonies of #B650A8
Complementary color
Monochromatic Colors of #B650A8
Black with #B650A8
Text Example
Text Example
White with #B650A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B650A8; }
p { color: rgb(182,80,168); }
H1.HeaderClassName
{
color: #B650A8;
}
.AnyTagClassName
{
color: #B650A8;
}
</style>
background-color css
<style>
a { background-color: #B650A8; }
a { background-color: rgb(182,80,168); }
div.DivClassName
{
background-color: #B650A8;
}
.BgClassName
{
background-color: #B650A8;
}
</style>
border-color css
<style>
span { border-color: #B650A8; }
span { border-color: rgb(182,80,168); }
td.TdClassName
{
border-color: #B650A8;
}
.TagClassName
{
border-color: #B650A8;
}
</style>