#BD2EB2

Color #BD2EB2 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BD2EB2

Tints of Fuchsia #BD2EB2

Color information

#BD2EB2 (or 0xBD2EB2) is unknown color: approx Fuchsia. HEX triplet: BD, 2E and B2. RGB value is (189,46,178). Sum of RGB (Red+Green+Blue) = 189+46+178=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2EB2 is #42D14D. Grayscale: #676767. Windows color (decimal): -4378958 or 11677373. OLE color: 11677373.

HSL color Cylindrical-coordinate representation of color #BD2EB2: hue angle of 304.62º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2EB2 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB18946178-
CMYK00.760.060.26
HSL304.62º60.85%46.08%-
HSV(B)304.62º75.66%74.12%-
XYZ3015.9943.62-
YUV103.8169.88188.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 46 (18.36% from 255) = 11.14%
BLUE value IS 178 (69.92% from 255) = 43.10%
R=45.76%
G=11.14%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894617800.760.060.26304.6260.8546.08
HexBD2EB204C61A1313d2e
Octal2755626201146324617556
Binary10111101101110101100100100110011011010100110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2EB2; }

 p { color: rgb(189,46,178); }

 H1.HeaderClassName
 {
   color: #BD2EB2;
 }
 .AnyTagClassName
 {
   color: #BD2EB2;
 }
</style>
background-color css

<style>
 a { background-color: #BD2EB2; }

 a { background-color: rgb(189,46,178); }

 div.DivClassName
 {
   background-color: #BD2EB2;
 }
 .BgClassName
 {
   background-color: #BD2EB2;
 }
</style>
border-color css

<style>
 span { border-color: #BD2EB2; }

 span { border-color: rgb(189,46,178); }

 td.TdClassName
 {
   border-color: #BD2EB2;
 }
 .TagClassName
 {
   border-color: #BD2EB2;
 }
</style>