Shades of Fuchsia #B662B3
Tints of Fuchsia #B662B3
RGB
CMYK
RGB Variations
Color information
#B662B3 (or 0xB662B3) is known color: Fuchsia. HEX triplet: B6, 62 and B3. RGB value is (182,98,179). Sum of RGB (Red+Green+Blue) = 182+98+179=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B662B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662B3 is #499D4C. Grayscale: #848484. Windows color (decimal): -4824397 or 11756214. OLE color: 11756214.
HSL color Cylindrical-coordinate representation of color #B662B3: hue angle of 302.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B662B3 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 179 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.29 |
| HSL | 302.14º | 0.37% | 0.55% | - |
| HSV(B) | 302.14º | 0.46% | 0.71% | - |
| XYZ | 31.8 | 21.94 | 45.21 | - |
| YUV | 132.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 179 | 0 | 0.46 | 0.02 | 0.29 | 302.14 | 0.37 | 0.55 |
| Hex | B6 | 62 | B3 | 0 | 2E | 2 | 1D | 12E | 25 | 37 |
| Octal | 266 | 142 | 263 | 0 | 56 | 2 | 35 | 456 | 45 | 67 |
| Binary | 10110110 | 1100010 | 10110011 | 0 | 101110 | 10 | 11101 | 100101110 | 100101 | 110111 |
Color Harmonies of #B662B3
Complementary color
Monochromatic Colors of #B662B3
Black with #B662B3
Text Example
Text Example
White with #B662B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662B3; }
p { color: rgb(182,98,179); }
H1.HeaderClassName
{
color: #B662B3;
}
.AnyTagClassName
{
color: #B662B3;
}
</style>
background-color css
<style>
a { background-color: #B662B3; }
a { background-color: rgb(182,98,179); }
div.DivClassName
{
background-color: #B662B3;
}
.BgClassName
{
background-color: #B662B3;
}
</style>
border-color css
<style>
span { border-color: #B662B3; }
span { border-color: rgb(182,98,179); }
td.TdClassName
{
border-color: #B662B3;
}
.TagClassName
{
border-color: #B662B3;
}
</style>