Shades of Fuchsia #BD36BD
Tints of Fuchsia #BD36BD
RGB
CMYK
RGB Variations
Color information
#BD36BD (or 0xBD36BD) is known color: Fuchsia. HEX triplet: BD, 36 and BD. RGB value is (189,54,189). Sum of RGB (Red+Green+Blue) = 189+54+189=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD36BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD36BD is #42C942. Grayscale: #6D6D6D. Windows color (decimal): -4376899 or 12400317. OLE color: 12400317.
HSL color Cylindrical-coordinate representation of color #BD36BD: hue angle of 300º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD36BD is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 189 | - |
| CMYK | 0 | 0.71 | 0 | 0.26 |
| HSL | 300º | 0.56% | 0.48% | - |
| HSV(B) | 300º | 0.71% | 0.74% | - |
| XYZ | 31.49 | 17.13 | 49.79 | - |
| YUV | 109.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 189 | 0 | 0.71 | 0 | 0.26 | 300 | 0.56 | 0.48 |
| Hex | BD | 36 | BD | 0 | 47 | 0 | 1A | 12C | 38 | 30 |
| Octal | 275 | 66 | 275 | 0 | 107 | 0 | 32 | 454 | 70 | 60 |
| Binary | 10111101 | 110110 | 10111101 | 0 | 1000111 | 0 | 11010 | 100101100 | 111000 | 110000 |
Color Harmonies of #BD36BD
Complementary color
Monochromatic Colors of #BD36BD
Black with #BD36BD
Text Example
Text Example
White with #BD36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD36BD; }
p { color: rgb(189,54,189); }
H1.HeaderClassName
{
color: #BD36BD;
}
.AnyTagClassName
{
color: #BD36BD;
}
</style>
background-color css
<style>
a { background-color: #BD36BD; }
a { background-color: rgb(189,54,189); }
div.DivClassName
{
background-color: #BD36BD;
}
.BgClassName
{
background-color: #BD36BD;
}
</style>
border-color css
<style>
span { border-color: #BD36BD; }
span { border-color: rgb(189,54,189); }
td.TdClassName
{
border-color: #BD36BD;
}
.TagClassName
{
border-color: #BD36BD;
}
</style>