Shades of Fuchsia #B641B2
Tints of Fuchsia #B641B2
RGB
CMYK
RGB Variations
Color information
#B641B2 (or 0xB641B2) is known color: Fuchsia. HEX triplet: B6, 41 and B2. RGB value is (182,65,178). Sum of RGB (Red+Green+Blue) = 182+65+178=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B641B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B641B2 is #49BE4D. Grayscale: #707070. Windows color (decimal): -4832846 or 11682230. OLE color: 11682230.
HSL color Cylindrical-coordinate representation of color #B641B2: hue angle of 302.05º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B641B2 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 178 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.29 |
| HSL | 302.05º | 0.47% | 0.48% | - |
| HSV(B) | 302.05º | 0.64% | 0.71% | - |
| XYZ | 29.22 | 16.94 | 43.85 | - |
| YUV | 112.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 178 | 0 | 0.64 | 0.02 | 0.29 | 302.05 | 0.47 | 0.48 |
| Hex | B6 | 41 | B2 | 0 | 40 | 2 | 1D | 12E | 2F | 30 |
| Octal | 266 | 101 | 262 | 0 | 100 | 2 | 35 | 456 | 57 | 60 |
| Binary | 10110110 | 1000001 | 10110010 | 0 | 1000000 | 10 | 11101 | 100101110 | 101111 | 110000 |
Color Harmonies of #B641B2
Complementary color
Monochromatic Colors of #B641B2
Black with #B641B2
Text Example
Text Example
White with #B641B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641B2; }
p { color: rgb(182,65,178); }
H1.HeaderClassName
{
color: #B641B2;
}
.AnyTagClassName
{
color: #B641B2;
}
</style>
background-color css
<style>
a { background-color: #B641B2; }
a { background-color: rgb(182,65,178); }
div.DivClassName
{
background-color: #B641B2;
}
.BgClassName
{
background-color: #B641B2;
}
</style>
border-color css
<style>
span { border-color: #B641B2; }
span { border-color: rgb(182,65,178); }
td.TdClassName
{
border-color: #B641B2;
}
.TagClassName
{
border-color: #B641B2;
}
</style>