#BD39A9

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

Shades of Fuchsia #BD39A9

Tints of Fuchsia #BD39A9

Color information

#BD39A9 (or 0xBD39A9) is unknown color: approx Fuchsia. HEX triplet: BD, 39 and A9. RGB value is (189,57,169). Sum of RGB (Red+Green+Blue) = 189+57+169=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD39A9 is #42C656. Grayscale: #6C6C6C. Windows color (decimal): -4376151 or 11090365. OLE color: 11090365.

HSL color Cylindrical-coordinate representation of color #BD39A9: hue angle of 309.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD39A9 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18957169-
CMYK00.700.110.26
HSL309.09º53.66%48.24%-
HSV(B)309.09º69.84%74.12%-
XYZ29.6116.6139.18-
YUV109.24161.73184.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 169 (66.41% from 255) = 40.72%
R=45.54%
G=13.73%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895716900.700.110.26309.0953.6648.24
HexBD39A9046B1A1353630
Octal27571251010613324656660
Binary101111011110011010100101000110101111010100110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39A9; }

 p { color: rgb(189,57,169); }

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

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

 a { background-color: rgb(189,57,169); }

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

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

 span { border-color: rgb(189,57,169); }

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