Shades of Fuchsia #BD38C2
Tints of Fuchsia #BD38C2
RGB
CMYK
RGB Variations
Color information
#BD38C2 (or 0xBD38C2) is known color: Fuchsia. HEX triplet: BD, 38 and C2. RGB value is (189,56,194). Sum of RGB (Red+Green+Blue) = 189+56+194=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD38C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38C2 is #42C73D. Grayscale: #6F6F6F. Windows color (decimal): -4376382 or 12728509. OLE color: 12728509.
HSL color Cylindrical-coordinate representation of color #BD38C2: hue angle of 297.83º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD38C2 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 56 | 194 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.24 |
| HSL | 297.83º | 0.55% | 0.49% | - |
| HSV(B) | 297.83º | 0.71% | 0.76% | - |
| XYZ | 32.14 | 17.54 | 52.73 | - |
| YUV | 111.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 194 | 0.03 | 0.71 | 0 | 0.24 | 297.83 | 0.55 | 0.49 |
| Hex | BD | 38 | C2 | 3 | 47 | 0 | 18 | 12A | 37 | 31 |
| Octal | 275 | 70 | 302 | 3 | 107 | 0 | 30 | 452 | 67 | 61 |
| Binary | 10111101 | 111000 | 11000010 | 11 | 1000111 | 0 | 11000 | 100101010 | 110111 | 110001 |
Color Harmonies of #BD38C2
Complementary color
Monochromatic Colors of #BD38C2
Black with #BD38C2
Text Example
Text Example
White with #BD38C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38C2; }
p { color: rgb(189,56,194); }
H1.HeaderClassName
{
color: #BD38C2;
}
.AnyTagClassName
{
color: #BD38C2;
}
</style>
background-color css
<style>
a { background-color: #BD38C2; }
a { background-color: rgb(189,56,194); }
div.DivClassName
{
background-color: #BD38C2;
}
.BgClassName
{
background-color: #BD38C2;
}
</style>
border-color css
<style>
span { border-color: #BD38C2; }
span { border-color: rgb(189,56,194); }
td.TdClassName
{
border-color: #BD38C2;
}
.TagClassName
{
border-color: #BD38C2;
}
</style>