Shades of Fuchsia #BD65BD
Tints of Fuchsia #BD65BD
RGB
CMYK
RGB Variations
Color information
#BD65BD (or 0xBD65BD) is known color: Fuchsia. HEX triplet: BD, 65 and BD. RGB value is (189,101,189). Sum of RGB (Red+Green+Blue) = 189+101+189=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65BD is #429A42. Grayscale: #898989. Windows color (decimal): -4364867 or 12412349. OLE color: 12412349.
HSL color Cylindrical-coordinate representation of color #BD65BD: hue angle of 300º 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 #BD65BD is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 189 | - |
| CMYK | 0 | 0.47 | 0 | 0.26 |
| HSL | 300º | 0.4% | 0.57% | - |
| HSV(B) | 300º | 0.47% | 0.74% | - |
| XYZ | 34.83 | 23.8 | 50.9 | - |
| YUV | 137.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 189 | 0 | 0.47 | 0 | 0.26 | 300 | 0.4 | 0.57 |
| Hex | BD | 65 | BD | 0 | 2F | 0 | 1A | 12C | 28 | 39 |
| Octal | 275 | 145 | 275 | 0 | 57 | 0 | 32 | 454 | 50 | 71 |
| Binary | 10111101 | 1100101 | 10111101 | 0 | 101111 | 0 | 11010 | 100101100 | 101000 | 111001 |
Color Harmonies of #BD65BD
Complementary color
Monochromatic Colors of #BD65BD
Black with #BD65BD
Text Example
Text Example
White with #BD65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65BD; }
p { color: rgb(189,101,189); }
H1.HeaderClassName
{
color: #BD65BD;
}
.AnyTagClassName
{
color: #BD65BD;
}
</style>
background-color css
<style>
a { background-color: #BD65BD; }
a { background-color: rgb(189,101,189); }
div.DivClassName
{
background-color: #BD65BD;
}
.BgClassName
{
background-color: #BD65BD;
}
</style>
border-color css
<style>
span { border-color: #BD65BD; }
span { border-color: rgb(189,101,189); }
td.TdClassName
{
border-color: #BD65BD;
}
.TagClassName
{
border-color: #BD65BD;
}
</style>