Shades of Fuchsia #B364C0
Tints of Fuchsia #B364C0
RGB
CMYK
RGB Variations
Color information
#B364C0 (or 0xB364C0) is known color: Fuchsia. HEX triplet: B3, 64 and C0. RGB value is (179,100,192). Sum of RGB (Red+Green+Blue) = 179+100+192=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #B364C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364C0 is #4C9B3F. Grayscale: #858585. Windows color (decimal): -5020480 or 12608691. OLE color: 12608691.
HSL color Cylindrical-coordinate representation of color #B364C0: hue angle of 291.52º 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 #B364C0 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 100 | 192 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.25 |
| HSL | 291.52º | 0.42% | 0.57% | - |
| HSV(B) | 291.52º | 0.48% | 0.75% | - |
| XYZ | 32.66 | 22.5 | 52.49 | - |
| YUV | 134.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 192 | 0.07 | 0.48 | 0 | 0.25 | 291.52 | 0.42 | 0.57 |
| Hex | B3 | 64 | C0 | 7 | 30 | 0 | 19 | 124 | 2A | 39 |
| Octal | 263 | 144 | 300 | 7 | 60 | 0 | 31 | 444 | 52 | 71 |
| Binary | 10110011 | 1100100 | 11000000 | 111 | 110000 | 0 | 11001 | 100100100 | 101010 | 111001 |
Color Harmonies of #B364C0
Complementary color
Monochromatic Colors of #B364C0
Black with #B364C0
Text Example
Text Example
White with #B364C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364C0; }
p { color: rgb(179,100,192); }
H1.HeaderClassName
{
color: #B364C0;
}
.AnyTagClassName
{
color: #B364C0;
}
</style>
background-color css
<style>
a { background-color: #B364C0; }
a { background-color: rgb(179,100,192); }
div.DivClassName
{
background-color: #B364C0;
}
.BgClassName
{
background-color: #B364C0;
}
</style>
border-color css
<style>
span { border-color: #B364C0; }
span { border-color: rgb(179,100,192); }
td.TdClassName
{
border-color: #B364C0;
}
.TagClassName
{
border-color: #B364C0;
}
</style>