Shades of Fuchsia #BD61BE
Tints of Fuchsia #BD61BE
RGB
CMYK
RGB Variations
Color information
#BD61BE (or 0xBD61BE) is known color: Fuchsia. HEX triplet: BD, 61 and BE. RGB value is (189,97,190). Sum of RGB (Red+Green+Blue) = 189+97+190=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD61BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61BE is #429E41. Grayscale: #868686. Windows color (decimal): -4365890 or 12476861. OLE color: 12476861.
HSL color Cylindrical-coordinate representation of color #BD61BE: hue angle of 299.35º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD61BE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 97 | 190 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.25 |
| HSL | 299.35º | 0.42% | 0.56% | - |
| HSV(B) | 299.35º | 0.49% | 0.75% | - |
| XYZ | 34.56 | 23.09 | 51.35 | - |
| YUV | 135.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 190 | 0.01 | 0.49 | 0 | 0.25 | 299.35 | 0.42 | 0.56 |
| Hex | BD | 61 | BE | 1 | 31 | 0 | 19 | 12B | 2A | 38 |
| Octal | 275 | 141 | 276 | 1 | 61 | 0 | 31 | 453 | 52 | 70 |
| Binary | 10111101 | 1100001 | 10111110 | 1 | 110001 | 0 | 11001 | 100101011 | 101010 | 111000 |
Color Harmonies of #BD61BE
Complementary color
Monochromatic Colors of #BD61BE
Black with #BD61BE
Text Example
Text Example
White with #BD61BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD61BE; }
p { color: rgb(189,97,190); }
H1.HeaderClassName
{
color: #BD61BE;
}
.AnyTagClassName
{
color: #BD61BE;
}
</style>
background-color css
<style>
a { background-color: #BD61BE; }
a { background-color: rgb(189,97,190); }
div.DivClassName
{
background-color: #BD61BE;
}
.BgClassName
{
background-color: #BD61BE;
}
</style>
border-color css
<style>
span { border-color: #BD61BE; }
span { border-color: rgb(189,97,190); }
td.TdClassName
{
border-color: #BD61BE;
}
.TagClassName
{
border-color: #BD61BE;
}
</style>