#BD3EA7

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

Shades of Fuchsia #BD3EA7

Tints of Fuchsia #BD3EA7

Color information

#BD3EA7 (or 0xBD3EA7) is unknown color: approx Fuchsia. HEX triplet: BD, 3E and A7. RGB value is (189,62,167). Sum of RGB (Red+Green+Blue) = 189+62+167=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EA7 is #42C158. Grayscale: #6F6F6F. Windows color (decimal): -4374873 or 10960573. OLE color: 10960573.

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

Color convert

RGB18962167-
CMYK00.670.120.26
HSL310.39º50.6%49.22%-
HSV(B)310.39º67.2%74.12%-
XYZ29.6817.0538.29-
YUV111.94159.08182.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 62 (24.61% from 255) = 14.83%
BLUE value IS 167 (65.62% from 255) = 39.95%
R=45.22%
G=14.83%
B=39.95%

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
Decimal1896216700.670.120.26310.3950.649.22
HexBD3EA7043C1A1363331
Octal27576247010314324666361
Binary101111011111101010011101000011110011010100110110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3EA7; }

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

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

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

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

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

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

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

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