#BD3EAC

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

Shades of Fuchsia #BD3EAC

Tints of Fuchsia #BD3EAC

Color information

#BD3EAC (or 0xBD3EAC) is unknown color: approx Fuchsia. HEX triplet: BD, 3E and AC. RGB value is (189,62,172). Sum of RGB (Red+Green+Blue) = 189+62+172=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EAC is #42C153. Grayscale: #707070. Windows color (decimal): -4374868 or 11288253. OLE color: 11288253.

HSL color Cylindrical-coordinate representation of color #BD3EAC: hue angle of 308.03º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3EAC is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18962172-
CMYK00.670.090.26
HSL308.03º50.6%49.22%-
HSV(B)308.03º67.2%74.12%-
XYZ30.1617.2440.77-
YUV112.51161.58182.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 62 (24.61% from 255) = 14.66%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=44.68%
G=14.66%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896217200.670.090.26308.0350.649.22
HexBD3EAC04391A1343331
Octal27576254010311324646361
Binary101111011111101010110001000011100111010100110100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3EAC; }

 p { color: rgb(189,62,172); }

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

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

 a { background-color: rgb(189,62,172); }

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

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

 span { border-color: rgb(189,62,172); }

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