Shades of Fuchsia #B65CBA
Tints of Fuchsia #B65CBA
RGB
CMYK
RGB Variations
Color information
#B65CBA (or 0xB65CBA) is known color: Fuchsia. HEX triplet: B6, 5C and BA. RGB value is (182,92,186). Sum of RGB (Red+Green+Blue) = 182+92+186=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #B65CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CBA is #49A345. Grayscale: #818181. Windows color (decimal): -4825926 or 12213430. OLE color: 12213430.
HSL color Cylindrical-coordinate representation of color #B65CBA: hue angle of 297.45º 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 #B65CBA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 92 | 186 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.27 |
| HSL | 297.45º | 0.41% | 0.55% | - |
| HSV(B) | 297.45º | 0.51% | 0.73% | - |
| XYZ | 31.98 | 21.14 | 48.85 | - |
| YUV | 129.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 186 | 0.02 | 0.51 | 0 | 0.27 | 297.45 | 0.41 | 0.55 |
| Hex | B6 | 5C | BA | 2 | 33 | 0 | 1B | 129 | 29 | 37 |
| Octal | 266 | 134 | 272 | 2 | 63 | 0 | 33 | 451 | 51 | 67 |
| Binary | 10110110 | 1011100 | 10111010 | 10 | 110011 | 0 | 11011 | 100101001 | 101001 | 110111 |
Color Harmonies of #B65CBA
Complementary color
Monochromatic Colors of #B65CBA
Black with #B65CBA
Text Example
Text Example
White with #B65CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65CBA; }
p { color: rgb(182,92,186); }
H1.HeaderClassName
{
color: #B65CBA;
}
.AnyTagClassName
{
color: #B65CBA;
}
</style>
background-color css
<style>
a { background-color: #B65CBA; }
a { background-color: rgb(182,92,186); }
div.DivClassName
{
background-color: #B65CBA;
}
.BgClassName
{
background-color: #B65CBA;
}
</style>
border-color css
<style>
span { border-color: #B65CBA; }
span { border-color: rgb(182,92,186); }
td.TdClassName
{
border-color: #B65CBA;
}
.TagClassName
{
border-color: #B65CBA;
}
</style>