Shades of Fuchsia #BD3BBC
Tints of Fuchsia #BD3BBC
RGB
CMYK
RGB Variations
Color information
#BD3BBC (or 0xBD3BBC) is known color: Fuchsia. HEX triplet: BD, 3B and BC. RGB value is (189,59,188). Sum of RGB (Red+Green+Blue) = 189+59+188=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BBC is #42C443. Grayscale: #707070. Windows color (decimal): -4375620 or 12336061. OLE color: 12336061.
HSL color Cylindrical-coordinate representation of color #BD3BBC: hue angle of 300.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3BBC is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 188 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.26 |
| HSL | 300.46º | 0.52% | 0.49% | - |
| HSV(B) | 300.46º | 0.69% | 0.74% | - |
| XYZ | 31.63 | 17.58 | 49.3 | - |
| YUV | 112.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 188 | 0 | 0.69 | 0.01 | 0.26 | 300.46 | 0.52 | 0.49 |
| Hex | BD | 3B | BC | 0 | 45 | 1 | 1A | 12C | 34 | 31 |
| Octal | 275 | 73 | 274 | 0 | 105 | 1 | 32 | 454 | 64 | 61 |
| Binary | 10111101 | 111011 | 10111100 | 0 | 1000101 | 1 | 11010 | 100101100 | 110100 | 110001 |
Color Harmonies of #BD3BBC
Complementary color
Monochromatic Colors of #BD3BBC
Black with #BD3BBC
Text Example
Text Example
White with #BD3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BBC; }
p { color: rgb(189,59,188); }
H1.HeaderClassName
{
color: #BD3BBC;
}
.AnyTagClassName
{
color: #BD3BBC;
}
</style>
background-color css
<style>
a { background-color: #BD3BBC; }
a { background-color: rgb(189,59,188); }
div.DivClassName
{
background-color: #BD3BBC;
}
.BgClassName
{
background-color: #BD3BBC;
}
</style>
border-color css
<style>
span { border-color: #BD3BBC; }
span { border-color: rgb(189,59,188); }
td.TdClassName
{
border-color: #BD3BBC;
}
.TagClassName
{
border-color: #BD3BBC;
}
</style>