#BD5EA7

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

Shades of Fuchsia #BD5EA7

Tints of Fuchsia #BD5EA7

Color information

#BD5EA7 (or 0xBD5EA7) is unknown color: approx Fuchsia. HEX triplet: BD, 5E and A7. RGB value is (189,94,167). Sum of RGB (Red+Green+Blue) = 189+94+167=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5EA7 is #42A158. Grayscale: #828282. Windows color (decimal): -4366681 or 10968765. OLE color: 10968765.

HSL color Cylindrical-coordinate representation of color #BD5EA7: hue angle of 313.89º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5EA7 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18994167-
CMYK00.500.120.26
HSL313.89º41.85%55.49%-
HSV(B)313.89º50.26%74.12%-
XYZ31.9621.6139.05-
YUV130.73148.47169.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 167 (65.62% from 255) = 37.11%
R=42%
G=20.89%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899416700.500.120.26313.8941.8555.49
HexBD5EA7032C1A13a2a37
Octal27513624706214324725267
Binary101111011011110101001110110010110011010100111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5EA7; }

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

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

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

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

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

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

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

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