Shades of Fuchsia #B262BC
Tints of Fuchsia #B262BC
RGB
CMYK
RGB Variations
Color information
#B262BC (or 0xB262BC) is known color: Fuchsia. HEX triplet: B2, 62 and BC. RGB value is (178,98,188). Sum of RGB (Red+Green+Blue) = 178+98+188=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #B262BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262BC is #4D9D43. Grayscale: #838383. Windows color (decimal): -5086532 or 12346034. OLE color: 12346034.
HSL color Cylindrical-coordinate representation of color #B262BC: hue angle of 293.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B262BC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 98 | 188 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.26 |
| HSL | 293.33º | 0.4% | 0.56% | - |
| HSV(B) | 293.33º | 0.48% | 0.74% | - |
| XYZ | 31.8 | 21.83 | 50.11 | - |
| YUV | 132.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 188 | 0.05 | 0.48 | 0 | 0.26 | 293.33 | 0.4 | 0.56 |
| Hex | B2 | 62 | BC | 5 | 30 | 0 | 1A | 125 | 28 | 38 |
| Octal | 262 | 142 | 274 | 5 | 60 | 0 | 32 | 445 | 50 | 70 |
| Binary | 10110010 | 1100010 | 10111100 | 101 | 110000 | 0 | 11010 | 100100101 | 101000 | 111000 |
Color Harmonies of #B262BC
Complementary color
Monochromatic Colors of #B262BC
Black with #B262BC
Text Example
Text Example
White with #B262BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262BC; }
p { color: rgb(178,98,188); }
H1.HeaderClassName
{
color: #B262BC;
}
.AnyTagClassName
{
color: #B262BC;
}
</style>
background-color css
<style>
a { background-color: #B262BC; }
a { background-color: rgb(178,98,188); }
div.DivClassName
{
background-color: #B262BC;
}
.BgClassName
{
background-color: #B262BC;
}
</style>
border-color css
<style>
span { border-color: #B262BC; }
span { border-color: rgb(178,98,188); }
td.TdClassName
{
border-color: #B262BC;
}
.TagClassName
{
border-color: #B262BC;
}
</style>