Shades of Fuchsia #B65DB8
Tints of Fuchsia #B65DB8
RGB
CMYK
RGB Variations
Color information
#B65DB8 (or 0xB65DB8) is known color: Fuchsia. HEX triplet: B6, 5D and B8. RGB value is (182,93,184). Sum of RGB (Red+Green+Blue) = 182+93+184=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 184 - color contains mainly: blue. Hex color #B65DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DB8 is #49A247. Grayscale: #818181. Windows color (decimal): -4825672 or 12082614. OLE color: 12082614.
HSL color Cylindrical-coordinate representation of color #B65DB8: hue angle of 298.68º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65DB8 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 93 | 184 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.28 |
| HSL | 298.68º | 0.39% | 0.54% | - |
| HSV(B) | 298.68º | 0.49% | 0.72% | - |
| XYZ | 31.86 | 21.23 | 47.77 | - |
| YUV | 129.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 184 | 0.01 | 0.49 | 0 | 0.28 | 298.68 | 0.39 | 0.54 |
| Hex | B6 | 5D | B8 | 1 | 31 | 0 | 1C | 12B | 27 | 36 |
| Octal | 266 | 135 | 270 | 1 | 61 | 0 | 34 | 453 | 47 | 66 |
| Binary | 10110110 | 1011101 | 10111000 | 1 | 110001 | 0 | 11100 | 100101011 | 100111 | 110110 |
Color Harmonies of #B65DB8
Complementary color
Monochromatic Colors of #B65DB8
Black with #B65DB8
Text Example
Text Example
White with #B65DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DB8; }
p { color: rgb(182,93,184); }
H1.HeaderClassName
{
color: #B65DB8;
}
.AnyTagClassName
{
color: #B65DB8;
}
</style>
background-color css
<style>
a { background-color: #B65DB8; }
a { background-color: rgb(182,93,184); }
div.DivClassName
{
background-color: #B65DB8;
}
.BgClassName
{
background-color: #B65DB8;
}
</style>
border-color css
<style>
span { border-color: #B65DB8; }
span { border-color: rgb(182,93,184); }
td.TdClassName
{
border-color: #B65DB8;
}
.TagClassName
{
border-color: #B65DB8;
}
</style>