#BD36AE

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

Shades of Fuchsia #BD36AE

Tints of Fuchsia #BD36AE

Color information

#BD36AE (or 0xBD36AE) is unknown color: approx Fuchsia. HEX triplet: BD, 36 and AE. RGB value is (189,54,174). Sum of RGB (Red+Green+Blue) = 189+54+174=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD36AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD36AE is #42C951. Grayscale: #6B6B6B. Windows color (decimal): -4376914 or 11417277. OLE color: 11417277.

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

Color convert

RGB18954174-
CMYK00.710.080.26
HSL306.67º55.56%47.65%-
HSV(B)306.67º71.43%74.12%-
XYZ29.9516.5141.65-
YUV108.04165.23185.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=45.32%
G=12.95%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895417400.710.080.26306.6755.5647.65
HexBD36AE04781A1333830
Octal27566256010710324637060
Binary101111011101101010111001000111100011010100110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD36AE; }

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

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

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

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

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

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

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

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