Shades of Fuchsia #B266B3
Tints of Fuchsia #B266B3
RGB
CMYK
RGB Variations
Color information
#B266B3 (or 0xB266B3) is known color: Fuchsia. HEX triplet: B2, 66 and B3. RGB value is (178,102,179). Sum of RGB (Red+Green+Blue) = 178+102+179=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #B266B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266B3 is #4D994C. Grayscale: #858585. Windows color (decimal): -5085517 or 11757234. OLE color: 11757234.
HSL color Cylindrical-coordinate representation of color #B266B3: hue angle of 299.22º 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 #B266B3 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 179 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.30 |
| HSL | 299.22º | 0.34% | 0.55% | - |
| HSV(B) | 299.22º | 0.43% | 0.7% | - |
| XYZ | 31.25 | 22.22 | 45.29 | - |
| YUV | 133.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 179 | 0.01 | 0.43 | 0 | 0.30 | 299.22 | 0.34 | 0.55 |
| Hex | B2 | 66 | B3 | 1 | 2B | 0 | 1E | 12B | 22 | 37 |
| Octal | 262 | 146 | 263 | 1 | 53 | 0 | 36 | 453 | 42 | 67 |
| Binary | 10110010 | 1100110 | 10110011 | 1 | 101011 | 0 | 11110 | 100101011 | 100010 | 110111 |
Color Harmonies of #B266B3
Complementary color
Monochromatic Colors of #B266B3
Black with #B266B3
Text Example
Text Example
White with #B266B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266B3; }
p { color: rgb(178,102,179); }
H1.HeaderClassName
{
color: #B266B3;
}
.AnyTagClassName
{
color: #B266B3;
}
</style>
background-color css
<style>
a { background-color: #B266B3; }
a { background-color: rgb(178,102,179); }
div.DivClassName
{
background-color: #B266B3;
}
.BgClassName
{
background-color: #B266B3;
}
</style>
border-color css
<style>
span { border-color: #B266B3; }
span { border-color: rgb(178,102,179); }
td.TdClassName
{
border-color: #B266B3;
}
.TagClassName
{
border-color: #B266B3;
}
</style>