#BD4EC5

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

Shades of Fuchsia #BD4EC5

Tints of Fuchsia #BD4EC5

Color information

#BD4EC5 (or 0xBD4EC5) is unknown color: approx Fuchsia. HEX triplet: BD, 4E and C5. RGB value is (189,78,197). Sum of RGB (Red+Green+Blue) = 189+78+197=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD4EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EC5 is #42B13A. Grayscale: #7C7C7C. Windows color (decimal): -4370747 or 12930749. OLE color: 12930749.

HSL color Cylindrical-coordinate representation of color #BD4EC5: hue angle of 295.97º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4EC5 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18978197-
CMYK0.040.6000.23
HSL295.97º50.64%53.92%-
HSV(B)295.97º60.41%77.25%-
XYZ33.7920.354.96-
YUV124.76168.77173.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 78 (30.86% from 255) = 16.81%
BLUE value IS 197 (77.34% from 255) = 42.46%
R=40.73%
G=16.81%
B=42.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189781970.040.6000.23295.9750.6453.92
HexBD4EC543C0171283336
Octal2751163054740274506366
Binary10111101100111011000101100111100010111100101000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4EC5; }

 p { color: rgb(189,78,197); }

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

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

 a { background-color: rgb(189,78,197); }

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

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

 span { border-color: rgb(189,78,197); }

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