Shades of Fuchsia #BD64C3
Tints of Fuchsia #BD64C3
RGB
CMYK
RGB Variations
Color information
#BD64C3 (or 0xBD64C3) is known color: Fuchsia. HEX triplet: BD, 64 and C3. RGB value is (189,100,195). Sum of RGB (Red+Green+Blue) = 189+100+195=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD64C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64C3 is #429B3C. Grayscale: #898989. Windows color (decimal): -4365117 or 12805309. OLE color: 12805309.
HSL color Cylindrical-coordinate representation of color #BD64C3: hue angle of 296.21º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD64C3 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 100 | 195 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.24 |
| HSL | 296.21º | 0.44% | 0.58% | - |
| HSV(B) | 296.21º | 0.49% | 0.76% | - |
| XYZ | 35.39 | 23.87 | 54.37 | - |
| YUV | 137.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 195 | 0.03 | 0.49 | 0 | 0.24 | 296.21 | 0.44 | 0.58 |
| Hex | BD | 64 | C3 | 3 | 31 | 0 | 18 | 128 | 2C | 3A |
| Octal | 275 | 144 | 303 | 3 | 61 | 0 | 30 | 450 | 54 | 72 |
| Binary | 10111101 | 1100100 | 11000011 | 11 | 110001 | 0 | 11000 | 100101000 | 101100 | 111010 |
Color Harmonies of #BD64C3
Complementary color
Monochromatic Colors of #BD64C3
Black with #BD64C3
Text Example
Text Example
White with #BD64C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64C3; }
p { color: rgb(189,100,195); }
H1.HeaderClassName
{
color: #BD64C3;
}
.AnyTagClassName
{
color: #BD64C3;
}
</style>
background-color css
<style>
a { background-color: #BD64C3; }
a { background-color: rgb(189,100,195); }
div.DivClassName
{
background-color: #BD64C3;
}
.BgClassName
{
background-color: #BD64C3;
}
</style>
border-color css
<style>
span { border-color: #BD64C3; }
span { border-color: rgb(189,100,195); }
td.TdClassName
{
border-color: #BD64C3;
}
.TagClassName
{
border-color: #BD64C3;
}
</style>