Shades of Fuchsia #B65DBA
Tints of Fuchsia #B65DBA
RGB
CMYK
RGB Variations
Color information
#B65DBA (or 0xB65DBA) is known color: Fuchsia. HEX triplet: B6, 5D and BA. RGB value is (182,93,186). Sum of RGB (Red+Green+Blue) = 182+93+186=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B65DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DBA is #49A245. Grayscale: #818181. Windows color (decimal): -4825670 or 12213686. OLE color: 12213686.
HSL color Cylindrical-coordinate representation of color #B65DBA: hue angle of 297.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65DBA is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 93 | 186 | - |
| CMYK | 0.02 | 0.5 | 0 | 0.27 |
| HSL | 297.42º | 0.4% | 0.55% | - |
| HSV(B) | 297.42º | 0.5% | 0.73% | - |
| XYZ | 32.07 | 21.32 | 48.88 | - |
| YUV | 130.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 186 | 0.02 | 0.5 | 0 | 0.27 | 297.42 | 0.4 | 0.55 |
| Hex | B6 | 5D | BA | 2 | 32 | 0 | 1B | 129 | 28 | 37 |
| Octal | 266 | 135 | 272 | 2 | 62 | 0 | 33 | 451 | 50 | 67 |
| Binary | 10110110 | 1011101 | 10111010 | 10 | 110010 | 0 | 11011 | 100101001 | 101000 | 110111 |
Color Harmonies of #B65DBA
Complementary color
Monochromatic Colors of #B65DBA
Black with #B65DBA
Text Example
Text Example
White with #B65DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DBA; }
p { color: rgb(182,93,186); }
H1.HeaderClassName
{
color: #B65DBA;
}
.AnyTagClassName
{
color: #B65DBA;
}
</style>
background-color css
<style>
a { background-color: #B65DBA; }
a { background-color: rgb(182,93,186); }
div.DivClassName
{
background-color: #B65DBA;
}
.BgClassName
{
background-color: #B65DBA;
}
</style>
border-color css
<style>
span { border-color: #B65DBA; }
span { border-color: rgb(182,93,186); }
td.TdClassName
{
border-color: #B65DBA;
}
.TagClassName
{
border-color: #B65DBA;
}
</style>