Shades of Fuchsia #B366B2
Tints of Fuchsia #B366B2
RGB
CMYK
RGB Variations
Color information
#B366B2 (or 0xB366B2) is known color: Fuchsia. HEX triplet: B3, 66 and B2. RGB value is (179,102,178). Sum of RGB (Red+Green+Blue) = 179+102+178=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B366B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366B2 is #4C994D. Grayscale: #858585. Windows color (decimal): -5019982 or 11691699. OLE color: 11691699.
HSL color Cylindrical-coordinate representation of color #B366B2: hue angle of 300.78º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B366B2 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 178 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.30 |
| HSL | 300.78º | 0.34% | 0.55% | - |
| HSV(B) | 300.78º | 0.43% | 0.7% | - |
| XYZ | 31.38 | 22.3 | 44.77 | - |
| YUV | 133.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 178 | 0 | 0.43 | 0.01 | 0.30 | 300.78 | 0.34 | 0.55 |
| Hex | B3 | 66 | B2 | 0 | 2B | 1 | 1E | 12D | 22 | 37 |
| Octal | 263 | 146 | 262 | 0 | 53 | 1 | 36 | 455 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10110010 | 0 | 101011 | 1 | 11110 | 100101101 | 100010 | 110111 |
Color Harmonies of #B366B2
Complementary color
Monochromatic Colors of #B366B2
Black with #B366B2
Text Example
Text Example
White with #B366B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366B2; }
p { color: rgb(179,102,178); }
H1.HeaderClassName
{
color: #B366B2;
}
.AnyTagClassName
{
color: #B366B2;
}
</style>
background-color css
<style>
a { background-color: #B366B2; }
a { background-color: rgb(179,102,178); }
div.DivClassName
{
background-color: #B366B2;
}
.BgClassName
{
background-color: #B366B2;
}
</style>
border-color css
<style>
span { border-color: #B366B2; }
span { border-color: rgb(179,102,178); }
td.TdClassName
{
border-color: #B366B2;
}
.TagClassName
{
border-color: #B366B2;
}
</style>