#BD2EB0

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

Shades of Fuchsia #BD2EB0

Tints of Fuchsia #BD2EB0

Color information

#BD2EB0 (or 0xBD2EB0) is unknown color: approx Fuchsia. HEX triplet: BD, 2E and B0. RGB value is (189,46,176). Sum of RGB (Red+Green+Blue) = 189+46+176=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2EB0 is #42D14F. Grayscale: #676767. Windows color (decimal): -4378960 or 11546301. OLE color: 11546301.

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

Color convert

RGB18946176-
CMYK00.760.070.26
HSL305.45º60.85%46.08%-
HSV(B)305.45º75.66%74.12%-
XYZ29.815.9142.57-
YUV103.58168.88188.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 46 (18.36% from 255) = 11.19%
BLUE value IS 176 (69.14% from 255) = 42.82%
R=45.99%
G=11.19%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894617600.760.070.26305.4560.8546.08
HexBD2EB004C71A1313d2e
Octal2755626001147324617556
Binary10111101101110101100000100110011111010100110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2EB0; }

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

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

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

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

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

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

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

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