Shades of Fuchsia #BD4CBC
Tints of Fuchsia #BD4CBC
RGB
CMYK
RGB Variations
Color information
#BD4CBC (or 0xBD4CBC) is known color: Fuchsia. HEX triplet: BD, 4C and BC. RGB value is (189,76,188). Sum of RGB (Red+Green+Blue) = 189+76+188=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CBC is #42B343. Grayscale: #7A7A7A. Windows color (decimal): -4371268 or 12340413. OLE color: 12340413.
HSL color Cylindrical-coordinate representation of color #BD4CBC: hue angle of 300.53º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CBC is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 188 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.26 |
| HSL | 300.53º | 0.46% | 0.52% | - |
| HSV(B) | 300.53º | 0.6% | 0.74% | - |
| XYZ | 32.65 | 19.62 | 49.64 | - |
| YUV | 122.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 188 | 0 | 0.60 | 0.01 | 0.26 | 300.53 | 0.46 | 0.52 |
| Hex | BD | 4C | BC | 0 | 3C | 1 | 1A | 12D | 2E | 34 |
| Octal | 275 | 114 | 274 | 0 | 74 | 1 | 32 | 455 | 56 | 64 |
| Binary | 10111101 | 1001100 | 10111100 | 0 | 111100 | 1 | 11010 | 100101101 | 101110 | 110100 |
Color Harmonies of #BD4CBC
Complementary color
Monochromatic Colors of #BD4CBC
Black with #BD4CBC
Text Example
Text Example
White with #BD4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CBC; }
p { color: rgb(189,76,188); }
H1.HeaderClassName
{
color: #BD4CBC;
}
.AnyTagClassName
{
color: #BD4CBC;
}
</style>
background-color css
<style>
a { background-color: #BD4CBC; }
a { background-color: rgb(189,76,188); }
div.DivClassName
{
background-color: #BD4CBC;
}
.BgClassName
{
background-color: #BD4CBC;
}
</style>
border-color css
<style>
span { border-color: #BD4CBC; }
span { border-color: rgb(189,76,188); }
td.TdClassName
{
border-color: #BD4CBC;
}
.TagClassName
{
border-color: #BD4CBC;
}
</style>