#BD3EA6

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

Shades of Fuchsia #BD3EA6

Tints of Fuchsia #BD3EA6

Color information

#BD3EA6 (or 0xBD3EA6) is unknown color: approx Fuchsia. HEX triplet: BD, 3E and A6. RGB value is (189,62,166). Sum of RGB (Red+Green+Blue) = 189+62+166=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EA6 is #42C159. Grayscale: #6F6F6F. Windows color (decimal): -4374874 or 10895037. OLE color: 10895037.

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

Color convert

RGB18962166-
CMYK00.670.120.26
HSL310.87º50.6%49.22%-
HSV(B)310.87º67.2%74.12%-
XYZ29.5917.0237.8-
YUV111.83158.58183.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 62 (24.61% from 255) = 14.87%
BLUE value IS 166 (65.23% from 255) = 39.81%
R=45.32%
G=14.87%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896216600.670.120.26310.8750.649.22
HexBD3EA6043C1A1373331
Octal27576246010314324676361
Binary101111011111101010011001000011110011010100110111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3EA6; }

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

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

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

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

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

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

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

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