Shades of Fuchsia #B643B1
Tints of Fuchsia #B643B1
RGB
CMYK
RGB Variations
Color information
#B643B1 (or 0xB643B1) is known color: Fuchsia. HEX triplet: B6, 43 and B1. RGB value is (182,67,177). Sum of RGB (Red+Green+Blue) = 182+67+177=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B643B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B643B1 is #49BC4E. Grayscale: #717171. Windows color (decimal): -4832335 or 11617206. OLE color: 11617206.
HSL color Cylindrical-coordinate representation of color #B643B1: hue angle of 302.61º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B643B1 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 177 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.29 |
| HSL | 302.61º | 0.46% | 0.49% | - |
| HSV(B) | 302.61º | 0.63% | 0.71% | - |
| XYZ | 29.23 | 17.13 | 43.36 | - |
| YUV | 113.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 177 | 0 | 0.63 | 0.03 | 0.29 | 302.61 | 0.46 | 0.49 |
| Hex | B6 | 43 | B1 | 0 | 3F | 3 | 1D | 12F | 2E | 31 |
| Octal | 266 | 103 | 261 | 0 | 77 | 3 | 35 | 457 | 56 | 61 |
| Binary | 10110110 | 1000011 | 10110001 | 0 | 111111 | 11 | 11101 | 100101111 | 101110 | 110001 |
Color Harmonies of #B643B1
Complementary color
Monochromatic Colors of #B643B1
Black with #B643B1
Text Example
Text Example
White with #B643B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B643B1; }
p { color: rgb(182,67,177); }
H1.HeaderClassName
{
color: #B643B1;
}
.AnyTagClassName
{
color: #B643B1;
}
</style>
background-color css
<style>
a { background-color: #B643B1; }
a { background-color: rgb(182,67,177); }
div.DivClassName
{
background-color: #B643B1;
}
.BgClassName
{
background-color: #B643B1;
}
</style>
border-color css
<style>
span { border-color: #B643B1; }
span { border-color: rgb(182,67,177); }
td.TdClassName
{
border-color: #B643B1;
}
.TagClassName
{
border-color: #B643B1;
}
</style>