#BD47AF

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

Shades of Fuchsia #BD47AF

Tints of Fuchsia #BD47AF

Color information

#BD47AF (or 0xBD47AF) is unknown color: approx Fuchsia. HEX triplet: BD, 47 and AF. RGB value is (189,71,175). Sum of RGB (Red+Green+Blue) = 189+71+175=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD47AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD47AF is #42B850. Grayscale: #757575. Windows color (decimal): -4372561 or 11487165. OLE color: 11487165.

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

Color convert

RGB18971175-
CMYK00.620.070.26
HSL307.12º47.2%50.98%-
HSV(B)307.12º62.43%74.12%-
XYZ30.9818.4242.48-
YUV118.14160.09178.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 71 (28.12% from 255) = 16.32%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=43.45%
G=16.32%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897117500.620.070.26307.1247.250.98
HexBD47AF03E71A1332f33
Octal2751072570767324635763
Binary10111101100011110101111011111011111010100110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD47AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD47AF; }

 p { color: rgb(189,71,175); }

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

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

 a { background-color: rgb(189,71,175); }

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

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

 span { border-color: rgb(189,71,175); }

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