Shades of Fuchsia #BD63C2
Tints of Fuchsia #BD63C2
RGB
CMYK
RGB Variations
Color information
#BD63C2 (or 0xBD63C2) is known color: Fuchsia. HEX triplet: BD, 63 and C2. RGB value is (189,99,194). Sum of RGB (Red+Green+Blue) = 189+99+194=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63C2 is #429C3D. Grayscale: #888888. Windows color (decimal): -4365374 or 12739517. OLE color: 12739517.
HSL color Cylindrical-coordinate representation of color #BD63C2: hue angle of 296.84º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD63C2 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 99 | 194 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.24 |
| HSL | 296.84º | 0.44% | 0.57% | - |
| HSV(B) | 296.84º | 0.49% | 0.76% | - |
| XYZ | 35.19 | 23.64 | 53.75 | - |
| YUV | 136.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 194 | 0.03 | 0.49 | 0 | 0.24 | 296.84 | 0.44 | 0.57 |
| Hex | BD | 63 | C2 | 3 | 31 | 0 | 18 | 129 | 2C | 39 |
| Octal | 275 | 143 | 302 | 3 | 61 | 0 | 30 | 451 | 54 | 71 |
| Binary | 10111101 | 1100011 | 11000010 | 11 | 110001 | 0 | 11000 | 100101001 | 101100 | 111001 |
Color Harmonies of #BD63C2
Complementary color
Monochromatic Colors of #BD63C2
Black with #BD63C2
Text Example
Text Example
White with #BD63C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63C2; }
p { color: rgb(189,99,194); }
H1.HeaderClassName
{
color: #BD63C2;
}
.AnyTagClassName
{
color: #BD63C2;
}
</style>
background-color css
<style>
a { background-color: #BD63C2; }
a { background-color: rgb(189,99,194); }
div.DivClassName
{
background-color: #BD63C2;
}
.BgClassName
{
background-color: #BD63C2;
}
</style>
border-color css
<style>
span { border-color: #BD63C2; }
span { border-color: rgb(189,99,194); }
td.TdClassName
{
border-color: #BD63C2;
}
.TagClassName
{
border-color: #BD63C2;
}
</style>