Shades of Fuchsia #B665BB
Tints of Fuchsia #B665BB
RGB
CMYK
RGB Variations
Color information
#B665BB (or 0xB665BB) is known color: Fuchsia. HEX triplet: B6, 65 and BB. RGB value is (182,101,187). Sum of RGB (Red+Green+Blue) = 182+101+187=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #B665BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665BB is #499A44. Grayscale: #868686. Windows color (decimal): -4823621 or 12281270. OLE color: 12281270.
HSL color Cylindrical-coordinate representation of color #B665BB: hue angle of 296.51º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B665BB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 101 | 187 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.27 |
| HSL | 296.51º | 0.39% | 0.56% | - |
| HSV(B) | 296.51º | 0.46% | 0.73% | - |
| XYZ | 32.91 | 22.84 | 49.69 | - |
| YUV | 135.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 187 | 0.03 | 0.46 | 0 | 0.27 | 296.51 | 0.39 | 0.56 |
| Hex | B6 | 65 | BB | 3 | 2E | 0 | 1B | 129 | 27 | 38 |
| Octal | 266 | 145 | 273 | 3 | 56 | 0 | 33 | 451 | 47 | 70 |
| Binary | 10110110 | 1100101 | 10111011 | 11 | 101110 | 0 | 11011 | 100101001 | 100111 | 111000 |
Color Harmonies of #B665BB
Complementary color
Monochromatic Colors of #B665BB
Black with #B665BB
Text Example
Text Example
White with #B665BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665BB; }
p { color: rgb(182,101,187); }
H1.HeaderClassName
{
color: #B665BB;
}
.AnyTagClassName
{
color: #B665BB;
}
</style>
background-color css
<style>
a { background-color: #B665BB; }
a { background-color: rgb(182,101,187); }
div.DivClassName
{
background-color: #B665BB;
}
.BgClassName
{
background-color: #B665BB;
}
</style>
border-color css
<style>
span { border-color: #B665BB; }
span { border-color: rgb(182,101,187); }
td.TdClassName
{
border-color: #B665BB;
}
.TagClassName
{
border-color: #B665BB;
}
</style>