Shades of Fuchsia #B65DB2
Tints of Fuchsia #B65DB2
RGB
CMYK
RGB Variations
Color information
#B65DB2 (or 0xB65DB2) is known color: Fuchsia. HEX triplet: B6, 5D and B2. RGB value is (182,93,178). Sum of RGB (Red+Green+Blue) = 182+93+178=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DB2 is #49A24D. Grayscale: #818181. Windows color (decimal): -4825678 or 11689398. OLE color: 11689398.
HSL color Cylindrical-coordinate representation of color #B65DB2: hue angle of 302.7º 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 #B65DB2 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 178 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.29 |
| HSL | 302.7º | 0.38% | 0.54% | - |
| HSV(B) | 302.7º | 0.49% | 0.71% | - |
| XYZ | 31.24 | 20.99 | 44.52 | - |
| YUV | 129.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 178 | 0 | 0.49 | 0.02 | 0.29 | 302.7 | 0.38 | 0.54 |
| Hex | B6 | 5D | B2 | 0 | 31 | 2 | 1D | 12F | 26 | 36 |
| Octal | 266 | 135 | 262 | 0 | 61 | 2 | 35 | 457 | 46 | 66 |
| Binary | 10110110 | 1011101 | 10110010 | 0 | 110001 | 10 | 11101 | 100101111 | 100110 | 110110 |
Color Harmonies of #B65DB2
Complementary color
Monochromatic Colors of #B65DB2
Black with #B65DB2
Text Example
Text Example
White with #B65DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DB2; }
p { color: rgb(182,93,178); }
H1.HeaderClassName
{
color: #B65DB2;
}
.AnyTagClassName
{
color: #B65DB2;
}
</style>
background-color css
<style>
a { background-color: #B65DB2; }
a { background-color: rgb(182,93,178); }
div.DivClassName
{
background-color: #B65DB2;
}
.BgClassName
{
background-color: #B65DB2;
}
</style>
border-color css
<style>
span { border-color: #B65DB2; }
span { border-color: rgb(182,93,178); }
td.TdClassName
{
border-color: #B65DB2;
}
.TagClassName
{
border-color: #B65DB2;
}
</style>