Shades of Fuchsia #B62CB2
Tints of Fuchsia #B62CB2
RGB
CMYK
RGB Variations
Color information
#B62CB2 (or 0xB62CB2) is known color: Fuchsia. HEX triplet: B6, 2C and B2. RGB value is (182,44,178). Sum of RGB (Red+Green+Blue) = 182+44+178=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B62CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62CB2 is #49D34D. Grayscale: #646464. Windows color (decimal): -4838222 or 11676854. OLE color: 11676854.
HSL color Cylindrical-coordinate representation of color #B62CB2: hue angle of 301.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62CB2 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 44 | 178 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.29 |
| HSL | 301.74º | 0.61% | 0.44% | - |
| HSV(B) | 301.74º | 0.76% | 0.71% | - |
| XYZ | 28.23 | 14.96 | 43.52 | - |
| YUV | 100.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 178 | 0 | 0.76 | 0.02 | 0.29 | 301.74 | 0.61 | 0.44 |
| Hex | B6 | 2C | B2 | 0 | 4C | 2 | 1D | 12E | 3D | 2C |
| Octal | 266 | 54 | 262 | 0 | 114 | 2 | 35 | 456 | 75 | 54 |
| Binary | 10110110 | 101100 | 10110010 | 0 | 1001100 | 10 | 11101 | 100101110 | 111101 | 101100 |
Color Harmonies of #B62CB2
Complementary color
Monochromatic Colors of #B62CB2
Black with #B62CB2
Text Example
Text Example
White with #B62CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62CB2; }
p { color: rgb(182,44,178); }
H1.HeaderClassName
{
color: #B62CB2;
}
.AnyTagClassName
{
color: #B62CB2;
}
</style>
background-color css
<style>
a { background-color: #B62CB2; }
a { background-color: rgb(182,44,178); }
div.DivClassName
{
background-color: #B62CB2;
}
.BgClassName
{
background-color: #B62CB2;
}
</style>
border-color css
<style>
span { border-color: #B62CB2; }
span { border-color: rgb(182,44,178); }
td.TdClassName
{
border-color: #B62CB2;
}
.TagClassName
{
border-color: #B62CB2;
}
</style>