Shades of Fuchsia #BD64C4
Tints of Fuchsia #BD64C4
RGB
CMYK
RGB Variations
Color information
#BD64C4 (or 0xBD64C4) is known color: Fuchsia. HEX triplet: BD, 64 and C4. RGB value is (189,100,196). Sum of RGB (Red+Green+Blue) = 189+100+196=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD64C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64C4 is #429B3B. Grayscale: #898989. Windows color (decimal): -4365116 or 12870845. OLE color: 12870845.
HSL color Cylindrical-coordinate representation of color #BD64C4: hue angle of 295.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD64C4 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 100 | 196 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.23 |
| HSL | 295.63º | 0.45% | 0.58% | - |
| HSV(B) | 295.63º | 0.49% | 0.77% | - |
| XYZ | 35.51 | 23.92 | 54.97 | - |
| YUV | 137.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 196 | 0.04 | 0.49 | 0 | 0.23 | 295.63 | 0.45 | 0.58 |
| Hex | BD | 64 | C4 | 4 | 31 | 0 | 17 | 128 | 2D | 3A |
| Octal | 275 | 144 | 304 | 4 | 61 | 0 | 27 | 450 | 55 | 72 |
| Binary | 10111101 | 1100100 | 11000100 | 100 | 110001 | 0 | 10111 | 100101000 | 101101 | 111010 |
Color Harmonies of #BD64C4
Complementary color
Monochromatic Colors of #BD64C4
Black with #BD64C4
Text Example
Text Example
White with #BD64C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64C4; }
p { color: rgb(189,100,196); }
H1.HeaderClassName
{
color: #BD64C4;
}
.AnyTagClassName
{
color: #BD64C4;
}
</style>
background-color css
<style>
a { background-color: #BD64C4; }
a { background-color: rgb(189,100,196); }
div.DivClassName
{
background-color: #BD64C4;
}
.BgClassName
{
background-color: #BD64C4;
}
</style>
border-color css
<style>
span { border-color: #BD64C4; }
span { border-color: rgb(189,100,196); }
td.TdClassName
{
border-color: #BD64C4;
}
.TagClassName
{
border-color: #BD64C4;
}
</style>