Shades of Fuchsia #B628B0
Tints of Fuchsia #B628B0
RGB
CMYK
RGB Variations
Color information
#B628B0 (or 0xB628B0) is known color: Fuchsia. HEX triplet: B6, 28 and B0. RGB value is (182,40,176). Sum of RGB (Red+Green+Blue) = 182+40+176=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B628B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B628B0 is #49D74F. Grayscale: #616161. Windows color (decimal): -4839248 or 11544758. OLE color: 11544758.
HSL color Cylindrical-coordinate representation of color #B628B0: hue angle of 302.54º 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 #B628B0 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 176 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.29 |
| HSL | 302.54º | 0.64% | 0.44% | - |
| HSV(B) | 302.54º | 0.78% | 0.71% | - |
| XYZ | 27.89 | 14.6 | 42.42 | - |
| YUV | 97.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 176 | 0 | 0.78 | 0.03 | 0.29 | 302.54 | 0.64 | 0.44 |
| Hex | B6 | 28 | B0 | 0 | 4E | 3 | 1D | 12F | 40 | 2C |
| Octal | 266 | 50 | 260 | 0 | 116 | 3 | 35 | 457 | 100 | 54 |
| Binary | 10110110 | 101000 | 10110000 | 0 | 1001110 | 11 | 11101 | 100101111 | 1000000 | 101100 |
Color Harmonies of #B628B0
Complementary color
Monochromatic Colors of #B628B0
Black with #B628B0
Text Example
Text Example
White with #B628B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628B0; }
p { color: rgb(182,40,176); }
H1.HeaderClassName
{
color: #B628B0;
}
.AnyTagClassName
{
color: #B628B0;
}
</style>
background-color css
<style>
a { background-color: #B628B0; }
a { background-color: rgb(182,40,176); }
div.DivClassName
{
background-color: #B628B0;
}
.BgClassName
{
background-color: #B628B0;
}
</style>
border-color css
<style>
span { border-color: #B628B0; }
span { border-color: rgb(182,40,176); }
td.TdClassName
{
border-color: #B628B0;
}
.TagClassName
{
border-color: #B628B0;
}
</style>