Shades of Fuchsia #B263C0
Tints of Fuchsia #B263C0
RGB
CMYK
RGB Variations
Color information
#B263C0 (or 0xB263C0) is known color: Fuchsia. HEX triplet: B2, 63 and C0. RGB value is (178,99,192). Sum of RGB (Red+Green+Blue) = 178+99+192=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #B263C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263C0 is #4D9C3F. Grayscale: #848484. Windows color (decimal): -5086272 or 12608434. OLE color: 12608434.
HSL color Cylindrical-coordinate representation of color #B263C0: hue angle of 290.97º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B263C0 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 99 | 192 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.25 |
| HSL | 290.97º | 0.42% | 0.57% | - |
| HSV(B) | 290.97º | 0.48% | 0.75% | - |
| XYZ | 32.34 | 22.19 | 52.45 | - |
| YUV | 133.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 192 | 0.07 | 0.48 | 0 | 0.25 | 290.97 | 0.42 | 0.57 |
| Hex | B2 | 63 | C0 | 7 | 30 | 0 | 19 | 123 | 2A | 39 |
| Octal | 262 | 143 | 300 | 7 | 60 | 0 | 31 | 443 | 52 | 71 |
| Binary | 10110010 | 1100011 | 11000000 | 111 | 110000 | 0 | 11001 | 100100011 | 101010 | 111001 |
Color Harmonies of #B263C0
Complementary color
Monochromatic Colors of #B263C0
Black with #B263C0
Text Example
Text Example
White with #B263C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263C0; }
p { color: rgb(178,99,192); }
H1.HeaderClassName
{
color: #B263C0;
}
.AnyTagClassName
{
color: #B263C0;
}
</style>
background-color css
<style>
a { background-color: #B263C0; }
a { background-color: rgb(178,99,192); }
div.DivClassName
{
background-color: #B263C0;
}
.BgClassName
{
background-color: #B263C0;
}
</style>
border-color css
<style>
span { border-color: #B263C0; }
span { border-color: rgb(178,99,192); }
td.TdClassName
{
border-color: #B263C0;
}
.TagClassName
{
border-color: #B263C0;
}
</style>