#BD2EB4

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

Shades of Fuchsia #BD2EB4

Tints of Fuchsia #BD2EB4

Color information

#BD2EB4 (or 0xBD2EB4) is unknown color: approx Fuchsia. HEX triplet: BD, 2E and B4. RGB value is (189,46,180). Sum of RGB (Red+Green+Blue) = 189+46+180=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EB4 is #42D14B. Grayscale: #676767. Windows color (decimal): -4378956 or 11808445. OLE color: 11808445.

HSL color Cylindrical-coordinate representation of color #BD2EB4: hue angle of 303.78º 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 #BD2EB4 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18946180-
CMYK00.760.050.26
HSL303.78º60.85%46.08%-
HSV(B)303.78º75.66%74.12%-
XYZ30.216.0744.69-
YUV104.03170.88188.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 46 (18.36% from 255) = 11.08%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=45.54%
G=11.08%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894618000.760.050.26303.7860.8546.08
HexBD2EB404C51A1303d2e
Octal2755626401145324607556
Binary10111101101110101101000100110010111010100110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2EB4; }

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

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

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

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

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

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

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

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