Shades of Fuchsia #B65BB0
Tints of Fuchsia #B65BB0
RGB
CMYK
RGB Variations
Color information
#B65BB0 (or 0xB65BB0) is known color: Fuchsia. HEX triplet: B6, 5B and B0. RGB value is (182,91,176). Sum of RGB (Red+Green+Blue) = 182+91+176=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BB0 is #49A44F. Grayscale: #7F7F7F. Windows color (decimal): -4826192 or 11557814. OLE color: 11557814.
HSL color Cylindrical-coordinate representation of color #B65BB0: hue angle of 303.96º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65BB0 is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 91 | 176 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.29 |
| HSL | 303.96º | 0.38% | 0.54% | - |
| HSV(B) | 303.96º | 0.5% | 0.71% | - |
| XYZ | 30.87 | 20.56 | 43.42 | - |
| YUV | 127.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 176 | 0 | 0.5 | 0.03 | 0.29 | 303.96 | 0.38 | 0.54 |
| Hex | B6 | 5B | B0 | 0 | 32 | 3 | 1D | 130 | 26 | 36 |
| Octal | 266 | 133 | 260 | 0 | 62 | 3 | 35 | 460 | 46 | 66 |
| Binary | 10110110 | 1011011 | 10110000 | 0 | 110010 | 11 | 11101 | 100110000 | 100110 | 110110 |
Color Harmonies of #B65BB0
Complementary color
Monochromatic Colors of #B65BB0
Black with #B65BB0
Text Example
Text Example
White with #B65BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65BB0; }
p { color: rgb(182,91,176); }
H1.HeaderClassName
{
color: #B65BB0;
}
.AnyTagClassName
{
color: #B65BB0;
}
</style>
background-color css
<style>
a { background-color: #B65BB0; }
a { background-color: rgb(182,91,176); }
div.DivClassName
{
background-color: #B65BB0;
}
.BgClassName
{
background-color: #B65BB0;
}
</style>
border-color css
<style>
span { border-color: #B65BB0; }
span { border-color: rgb(182,91,176); }
td.TdClassName
{
border-color: #B65BB0;
}
.TagClassName
{
border-color: #B65BB0;
}
</style>