#BD36A9

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

Shades of Fuchsia #BD36A9

Tints of Fuchsia #BD36A9

Color information

#BD36A9 (or 0xBD36A9) is unknown color: approx Fuchsia. HEX triplet: BD, 36 and A9. RGB value is (189,54,169). Sum of RGB (Red+Green+Blue) = 189+54+169=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD36A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD36A9 is #42C956. Grayscale: #6B6B6B. Windows color (decimal): -4376919 or 11089597. OLE color: 11089597.

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

Color convert

RGB18954169-
CMYK00.710.110.26
HSL308.89º55.56%47.65%-
HSV(B)308.89º71.43%74.12%-
XYZ29.4716.3239.13-
YUV107.48162.73186.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 54 (21.48% from 255) = 13.11%
BLUE value IS 169 (66.41% from 255) = 41.02%
R=45.87%
G=13.11%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895416900.710.110.26308.8955.5647.65
HexBD36A9047B1A1353830
Octal27566251010713324657060
Binary101111011101101010100101000111101111010100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD36A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD36A9; }

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

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

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

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

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

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

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

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