#BD3EAB

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

Shades of Fuchsia #BD3EAB

Tints of Fuchsia #BD3EAB

Color information

#BD3EAB (or 0xBD3EAB) is unknown color: approx Fuchsia. HEX triplet: BD, 3E and AB. RGB value is (189,62,171). Sum of RGB (Red+Green+Blue) = 189+62+171=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EAB is #42C154. Grayscale: #707070. Windows color (decimal): -4374869 or 11222717. OLE color: 11222717.

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

Color convert

RGB18962171-
CMYK00.670.100.26
HSL308.5º50.6%49.22%-
HSV(B)308.5º67.2%74.12%-
XYZ30.0617.240.26-
YUV112.4161.08182.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 62 (24.61% from 255) = 14.69%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=44.79%
G=14.69%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896217100.670.100.26308.550.649.22
HexBD3EAB043A1A1353331
Octal27576253010312324656361
Binary101111011111101010101101000011101011010100110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3EAB; }

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

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

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

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

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

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

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

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