Shades of Fuchsia #B641C2
Tints of Fuchsia #B641C2
RGB
CMYK
RGB Variations
Color information
#B641C2 (or 0xB641C2) is known color: Fuchsia. HEX triplet: B6, 41 and C2. RGB value is (182,65,194). Sum of RGB (Red+Green+Blue) = 182+65+194=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #B641C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641C2 is #49BE3D. Grayscale: #727272. Windows color (decimal): -4832830 or 12730806. OLE color: 12730806.
HSL color Cylindrical-coordinate representation of color #B641C2: hue angle of 294.42º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B641C2 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 65 | 194 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.24 |
| HSL | 294.42º | 0.51% | 0.51% | - |
| HSV(B) | 294.42º | 0.66% | 0.76% | - |
| XYZ | 30.92 | 17.62 | 52.81 | - |
| YUV | 114.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 194 | 0.06 | 0.66 | 0 | 0.24 | 294.42 | 0.51 | 0.51 |
| Hex | B6 | 41 | C2 | 6 | 42 | 0 | 18 | 126 | 33 | 33 |
| Octal | 266 | 101 | 302 | 6 | 102 | 0 | 30 | 446 | 63 | 63 |
| Binary | 10110110 | 1000001 | 11000010 | 110 | 1000010 | 0 | 11000 | 100100110 | 110011 | 110011 |
Color Harmonies of #B641C2
Complementary color
Monochromatic Colors of #B641C2
Black with #B641C2
Text Example
Text Example
White with #B641C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B641C2; }
p { color: rgb(182,65,194); }
H1.HeaderClassName
{
color: #B641C2;
}
.AnyTagClassName
{
color: #B641C2;
}
</style>
background-color css
<style>
a { background-color: #B641C2; }
a { background-color: rgb(182,65,194); }
div.DivClassName
{
background-color: #B641C2;
}
.BgClassName
{
background-color: #B641C2;
}
</style>
border-color css
<style>
span { border-color: #B641C2; }
span { border-color: rgb(182,65,194); }
td.TdClassName
{
border-color: #B641C2;
}
.TagClassName
{
border-color: #B641C2;
}
</style>