Shades of Fuchsia #B641B6
Tints of Fuchsia #B641B6
RGB
CMYK
RGB Variations
Color information
#B641B6 (or 0xB641B6) is known color: Fuchsia. HEX triplet: B6, 41 and B6. RGB value is (182,65,182). Sum of RGB (Red+Green+Blue) = 182+65+182=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B641B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641B6 is #49BE49. Grayscale: #707070. Windows color (decimal): -4832842 or 11944374. OLE color: 11944374.
HSL color Cylindrical-coordinate representation of color #B641B6: hue angle of 300º 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 #B641B6 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 182 | - |
| CMYK | 0 | 0.64 | 0 | 0.29 |
| HSL | 300º | 0.47% | 0.48% | - |
| HSV(B) | 300º | 0.64% | 0.71% | - |
| XYZ | 29.63 | 17.1 | 46 | - |
| YUV | 113.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 182 | 0 | 0.64 | 0 | 0.29 | 300 | 0.47 | 0.48 |
| Hex | B6 | 41 | B6 | 0 | 40 | 0 | 1D | 12C | 2F | 30 |
| Octal | 266 | 101 | 266 | 0 | 100 | 0 | 35 | 454 | 57 | 60 |
| Binary | 10110110 | 1000001 | 10110110 | 0 | 1000000 | 0 | 11101 | 100101100 | 101111 | 110000 |
Color Harmonies of #B641B6
Complementary color
Monochromatic Colors of #B641B6
Black with #B641B6
Text Example
Text Example
White with #B641B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641B6; }
p { color: rgb(182,65,182); }
H1.HeaderClassName
{
color: #B641B6;
}
.AnyTagClassName
{
color: #B641B6;
}
</style>
background-color css
<style>
a { background-color: #B641B6; }
a { background-color: rgb(182,65,182); }
div.DivClassName
{
background-color: #B641B6;
}
.BgClassName
{
background-color: #B641B6;
}
</style>
border-color css
<style>
span { border-color: #B641B6; }
span { border-color: rgb(182,65,182); }
td.TdClassName
{
border-color: #B641B6;
}
.TagClassName
{
border-color: #B641B6;
}
</style>