Shades of Fuchsia #B65CBB
Tints of Fuchsia #B65CBB
RGB
CMYK
RGB Variations
Color information
#B65CBB (or 0xB65CBB) is known color: Fuchsia. HEX triplet: B6, 5C and BB. RGB value is (182,92,187). Sum of RGB (Red+Green+Blue) = 182+92+187=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #B65CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CBB is #49A344. Grayscale: #818181. Windows color (decimal): -4825925 or 12278966. OLE color: 12278966.
HSL color Cylindrical-coordinate representation of color #B65CBB: hue angle of 296.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65CBB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 92 | 187 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.27 |
| HSL | 296.84º | 0.41% | 0.55% | - |
| HSV(B) | 296.84º | 0.51% | 0.73% | - |
| XYZ | 32.09 | 21.19 | 49.41 | - |
| YUV | 129.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 187 | 0.03 | 0.51 | 0 | 0.27 | 296.84 | 0.41 | 0.55 |
| Hex | B6 | 5C | BB | 3 | 33 | 0 | 1B | 129 | 29 | 37 |
| Octal | 266 | 134 | 273 | 3 | 63 | 0 | 33 | 451 | 51 | 67 |
| Binary | 10110110 | 1011100 | 10111011 | 11 | 110011 | 0 | 11011 | 100101001 | 101001 | 110111 |
Color Harmonies of #B65CBB
Complementary color
Monochromatic Colors of #B65CBB
Black with #B65CBB
Text Example
Text Example
White with #B65CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65CBB; }
p { color: rgb(182,92,187); }
H1.HeaderClassName
{
color: #B65CBB;
}
.AnyTagClassName
{
color: #B65CBB;
}
</style>
background-color css
<style>
a { background-color: #B65CBB; }
a { background-color: rgb(182,92,187); }
div.DivClassName
{
background-color: #B65CBB;
}
.BgClassName
{
background-color: #B65CBB;
}
</style>
border-color css
<style>
span { border-color: #B65CBB; }
span { border-color: rgb(182,92,187); }
td.TdClassName
{
border-color: #B65CBB;
}
.TagClassName
{
border-color: #B65CBB;
}
</style>