Shades of Fuchsia #BD2BBF
Tints of Fuchsia #BD2BBF
RGB
CMYK
RGB Variations
Color information
#BD2BBF (or 0xBD2BBF) is known color: Fuchsia. HEX triplet: BD, 2B and BF. RGB value is (189,43,191). Sum of RGB (Red+Green+Blue) = 189+43+191=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD2BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BBF is #42D440. Grayscale: #676767. Windows color (decimal): -4379713 or 12528573. OLE color: 12528573.
HSL color Cylindrical-coordinate representation of color #BD2BBF: hue angle of 299.19º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2BBF is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 43 | 191 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.25 |
| HSL | 299.19º | 0.63% | 0.46% | - |
| HSV(B) | 299.19º | 0.77% | 0.75% | - |
| XYZ | 31.25 | 16.31 | 50.79 | - |
| YUV | 103.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 191 | 0.01 | 0.77 | 0 | 0.25 | 299.19 | 0.63 | 0.46 |
| Hex | BD | 2B | BF | 1 | 4D | 0 | 19 | 12B | 3F | 2E |
| Octal | 275 | 53 | 277 | 1 | 115 | 0 | 31 | 453 | 77 | 56 |
| Binary | 10111101 | 101011 | 10111111 | 1 | 1001101 | 0 | 11001 | 100101011 | 111111 | 101110 |
Color Harmonies of #BD2BBF
Complementary color
Monochromatic Colors of #BD2BBF
Black with #BD2BBF
Text Example
Text Example
White with #BD2BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BBF; }
p { color: rgb(189,43,191); }
H1.HeaderClassName
{
color: #BD2BBF;
}
.AnyTagClassName
{
color: #BD2BBF;
}
</style>
background-color css
<style>
a { background-color: #BD2BBF; }
a { background-color: rgb(189,43,191); }
div.DivClassName
{
background-color: #BD2BBF;
}
.BgClassName
{
background-color: #BD2BBF;
}
</style>
border-color css
<style>
span { border-color: #BD2BBF; }
span { border-color: rgb(189,43,191); }
td.TdClassName
{
border-color: #BD2BBF;
}
.TagClassName
{
border-color: #BD2BBF;
}
</style>