Shades of Fuchsia #BD2BBC
Tints of Fuchsia #BD2BBC
RGB
CMYK
RGB Variations
Color information
#BD2BBC (or 0xBD2BBC) is known color: Fuchsia. HEX triplet: BD, 2B and BC. RGB value is (189,43,188). Sum of RGB (Red+Green+Blue) = 189+43+188=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BBC is #42D443. Grayscale: #666666. Windows color (decimal): -4379716 or 12331965. OLE color: 12331965.
HSL color Cylindrical-coordinate representation of color #BD2BBC: hue angle of 300.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2BBC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 188 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.26 |
| HSL | 300.41º | 0.63% | 0.45% | - |
| HSV(B) | 300.41º | 0.77% | 0.74% | - |
| XYZ | 30.93 | 16.18 | 49.07 | - |
| YUV | 103.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 188 | 0 | 0.77 | 0.01 | 0.26 | 300.41 | 0.63 | 0.45 |
| Hex | BD | 2B | BC | 0 | 4D | 1 | 1A | 12C | 3F | 2D |
| Octal | 275 | 53 | 274 | 0 | 115 | 1 | 32 | 454 | 77 | 55 |
| Binary | 10111101 | 101011 | 10111100 | 0 | 1001101 | 1 | 11010 | 100101100 | 111111 | 101101 |
Color Harmonies of #BD2BBC
Complementary color
Monochromatic Colors of #BD2BBC
Black with #BD2BBC
Text Example
Text Example
White with #BD2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BBC; }
p { color: rgb(189,43,188); }
H1.HeaderClassName
{
color: #BD2BBC;
}
.AnyTagClassName
{
color: #BD2BBC;
}
</style>
background-color css
<style>
a { background-color: #BD2BBC; }
a { background-color: rgb(189,43,188); }
div.DivClassName
{
background-color: #BD2BBC;
}
.BgClassName
{
background-color: #BD2BBC;
}
</style>
border-color css
<style>
span { border-color: #BD2BBC; }
span { border-color: rgb(189,43,188); }
td.TdClassName
{
border-color: #BD2BBC;
}
.TagClassName
{
border-color: #BD2BBC;
}
</style>