Shades of Fuchsia #B628AD
Tints of Fuchsia #B628AD
RGB
CMYK
RGB Variations
Color information
#B628AD (or 0xB628AD) is known color: Fuchsia. HEX triplet: B6, 28 and AD. RGB value is (182,40,173). Sum of RGB (Red+Green+Blue) = 182+40+173=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B628AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B628AD is #49D752. Grayscale: #616161. Windows color (decimal): -4839251 or 11348150. OLE color: 11348150.
HSL color Cylindrical-coordinate representation of color #B628AD: hue angle of 303.8º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B628AD is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 173 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.29 |
| HSL | 303.8º | 0.64% | 0.44% | - |
| HSV(B) | 303.8º | 0.78% | 0.71% | - |
| XYZ | 27.59 | 14.48 | 40.88 | - |
| YUV | 97.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 173 | 0 | 0.78 | 0.05 | 0.29 | 303.8 | 0.64 | 0.44 |
| Hex | B6 | 28 | AD | 0 | 4E | 5 | 1D | 130 | 40 | 2C |
| Octal | 266 | 50 | 255 | 0 | 116 | 5 | 35 | 460 | 100 | 54 |
| Binary | 10110110 | 101000 | 10101101 | 0 | 1001110 | 101 | 11101 | 100110000 | 1000000 | 101100 |
Color Harmonies of #B628AD
Complementary color
Monochromatic Colors of #B628AD
Black with #B628AD
Text Example
Text Example
White with #B628AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628AD; }
p { color: rgb(182,40,173); }
H1.HeaderClassName
{
color: #B628AD;
}
.AnyTagClassName
{
color: #B628AD;
}
</style>
background-color css
<style>
a { background-color: #B628AD; }
a { background-color: rgb(182,40,173); }
div.DivClassName
{
background-color: #B628AD;
}
.BgClassName
{
background-color: #B628AD;
}
</style>
border-color css
<style>
span { border-color: #B628AD; }
span { border-color: rgb(182,40,173); }
td.TdClassName
{
border-color: #B628AD;
}
.TagClassName
{
border-color: #B628AD;
}
</style>