Shades of Fuchsia #BD65B9
Tints of Fuchsia #BD65B9
RGB
CMYK
RGB Variations
Color information
#BD65B9 (or 0xBD65B9) is known color: Fuchsia. HEX triplet: BD, 65 and B9. RGB value is (189,101,185). Sum of RGB (Red+Green+Blue) = 189+101+185=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD65B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65B9 is #429A46. Grayscale: #888888. Windows color (decimal): -4364871 or 12150205. OLE color: 12150205.
HSL color Cylindrical-coordinate representation of color #BD65B9: hue angle of 302.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD65B9 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 185 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.26 |
| HSL | 302.73º | 0.4% | 0.57% | - |
| HSV(B) | 302.73º | 0.47% | 0.74% | - |
| XYZ | 34.4 | 23.63 | 48.65 | - |
| YUV | 136.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 185 | 0 | 0.47 | 0.02 | 0.26 | 302.73 | 0.4 | 0.57 |
| Hex | BD | 65 | B9 | 0 | 2F | 2 | 1A | 12F | 28 | 39 |
| Octal | 275 | 145 | 271 | 0 | 57 | 2 | 32 | 457 | 50 | 71 |
| Binary | 10111101 | 1100101 | 10111001 | 0 | 101111 | 10 | 11010 | 100101111 | 101000 | 111001 |
Color Harmonies of #BD65B9
Complementary color
Monochromatic Colors of #BD65B9
Black with #BD65B9
Text Example
Text Example
White with #BD65B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65B9; }
p { color: rgb(189,101,185); }
H1.HeaderClassName
{
color: #BD65B9;
}
.AnyTagClassName
{
color: #BD65B9;
}
</style>
background-color css
<style>
a { background-color: #BD65B9; }
a { background-color: rgb(189,101,185); }
div.DivClassName
{
background-color: #BD65B9;
}
.BgClassName
{
background-color: #BD65B9;
}
</style>
border-color css
<style>
span { border-color: #BD65B9; }
span { border-color: rgb(189,101,185); }
td.TdClassName
{
border-color: #BD65B9;
}
.TagClassName
{
border-color: #BD65B9;
}
</style>