Shades of Fuchsia #B65DB0
Tints of Fuchsia #B65DB0
RGB
CMYK
RGB Variations
Color information
#B65DB0 (or 0xB65DB0) is known color: Fuchsia. HEX triplet: B6, 5D and B0. RGB value is (182,93,176). Sum of RGB (Red+Green+Blue) = 182+93+176=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DB0 is #49A24F. Grayscale: #808080. Windows color (decimal): -4825680 or 11558326. OLE color: 11558326.
HSL color Cylindrical-coordinate representation of color #B65DB0: hue angle of 304.04º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65DB0 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 176 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.29 |
| HSL | 304.05º | 0.38% | 0.54% | - |
| HSV(B) | 304.05º | 0.49% | 0.71% | - |
| XYZ | 31.04 | 20.91 | 43.47 | - |
| YUV | 129.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 176 | 0 | 0.49 | 0.03 | 0.29 | 304.05 | 0.38 | 0.54 |
| Hex | B6 | 5D | B0 | 0 | 31 | 3 | 1D | 130 | 26 | 36 |
| Octal | 266 | 135 | 260 | 0 | 61 | 3 | 35 | 460 | 46 | 66 |
| Binary | 10110110 | 1011101 | 10110000 | 0 | 110001 | 11 | 11101 | 100110000 | 100110 | 110110 |
Color Harmonies of #B65DB0
Complementary color
Monochromatic Colors of #B65DB0
Black with #B65DB0
Text Example
Text Example
White with #B65DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DB0; }
p { color: rgb(182,93,176); }
H1.HeaderClassName
{
color: #B65DB0;
}
.AnyTagClassName
{
color: #B65DB0;
}
</style>
background-color css
<style>
a { background-color: #B65DB0; }
a { background-color: rgb(182,93,176); }
div.DivClassName
{
background-color: #B65DB0;
}
.BgClassName
{
background-color: #B65DB0;
}
</style>
border-color css
<style>
span { border-color: #B65DB0; }
span { border-color: rgb(182,93,176); }
td.TdClassName
{
border-color: #B65DB0;
}
.TagClassName
{
border-color: #B65DB0;
}
</style>