Shades of Fuchsia #BD2EBE
Tints of Fuchsia #BD2EBE
RGB
CMYK
RGB Variations
Color information
#BD2EBE (or 0xBD2EBE) is known color: Fuchsia. HEX triplet: BD, 2E and BE. RGB value is (189,46,190). Sum of RGB (Red+Green+Blue) = 189+46+190=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EBE is #42D141. Grayscale: #686868. Windows color (decimal): -4378946 or 12463805. OLE color: 12463805.
HSL color Cylindrical-coordinate representation of color #BD2EBE: hue angle of 299.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2EBE is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 46 | 190 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.25 |
| HSL | 299.58º | 0.61% | 0.46% | - |
| HSV(B) | 299.58º | 0.76% | 0.75% | - |
| XYZ | 31.26 | 16.49 | 50.25 | - |
| YUV | 105.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 190 | 0.01 | 0.76 | 0 | 0.25 | 299.58 | 0.61 | 0.46 |
| Hex | BD | 2E | BE | 1 | 4C | 0 | 19 | 12C | 3D | 2E |
| Octal | 275 | 56 | 276 | 1 | 114 | 0 | 31 | 454 | 75 | 56 |
| Binary | 10111101 | 101110 | 10111110 | 1 | 1001100 | 0 | 11001 | 100101100 | 111101 | 101110 |
Color Harmonies of #BD2EBE
Complementary color
Monochromatic Colors of #BD2EBE
Black with #BD2EBE
Text Example
Text Example
White with #BD2EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EBE; }
p { color: rgb(189,46,190); }
H1.HeaderClassName
{
color: #BD2EBE;
}
.AnyTagClassName
{
color: #BD2EBE;
}
</style>
background-color css
<style>
a { background-color: #BD2EBE; }
a { background-color: rgb(189,46,190); }
div.DivClassName
{
background-color: #BD2EBE;
}
.BgClassName
{
background-color: #BD2EBE;
}
</style>
border-color css
<style>
span { border-color: #BD2EBE; }
span { border-color: rgb(189,46,190); }
td.TdClassName
{
border-color: #BD2EBE;
}
.TagClassName
{
border-color: #BD2EBE;
}
</style>