Shades of Fuchsia #BD65B1
Tints of Fuchsia #BD65B1
RGB
CMYK
RGB Variations
Color information
#BD65B1 (or 0xBD65B1) is known color: Fuchsia. HEX triplet: BD, 65 and B1. RGB value is (189,101,177). Sum of RGB (Red+Green+Blue) = 189+101+177=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD65B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD65B1 is #429A4E. Grayscale: #878787. Windows color (decimal): -4364879 or 11625917. OLE color: 11625917.
HSL color Cylindrical-coordinate representation of color #BD65B1: hue angle of 308.18º 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 #BD65B1 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 177 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.26 |
| HSL | 308.18º | 0.4% | 0.57% | - |
| HSV(B) | 308.18º | 0.47% | 0.74% | - |
| XYZ | 33.58 | 23.3 | 44.32 | - |
| YUV | 135.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 177 | 0 | 0.47 | 0.06 | 0.26 | 308.18 | 0.4 | 0.57 |
| Hex | BD | 65 | B1 | 0 | 2F | 6 | 1A | 134 | 28 | 39 |
| Octal | 275 | 145 | 261 | 0 | 57 | 6 | 32 | 464 | 50 | 71 |
| Binary | 10111101 | 1100101 | 10110001 | 0 | 101111 | 110 | 11010 | 100110100 | 101000 | 111001 |
Color Harmonies of #BD65B1
Complementary color
Monochromatic Colors of #BD65B1
Black with #BD65B1
Text Example
Text Example
White with #BD65B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65B1; }
p { color: rgb(189,101,177); }
H1.HeaderClassName
{
color: #BD65B1;
}
.AnyTagClassName
{
color: #BD65B1;
}
</style>
background-color css
<style>
a { background-color: #BD65B1; }
a { background-color: rgb(189,101,177); }
div.DivClassName
{
background-color: #BD65B1;
}
.BgClassName
{
background-color: #BD65B1;
}
</style>
border-color css
<style>
span { border-color: #BD65B1; }
span { border-color: rgb(189,101,177); }
td.TdClassName
{
border-color: #BD65B1;
}
.TagClassName
{
border-color: #BD65B1;
}
</style>