#BD32AF

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

Shades of Fuchsia #BD32AF

Tints of Fuchsia #BD32AF

Color information

#BD32AF (or 0xBD32AF) is unknown color: approx Fuchsia. HEX triplet: BD, 32 and AF. RGB value is (189,50,175). Sum of RGB (Red+Green+Blue) = 189+50+175=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD32AF is #42CD50. Grayscale: #696969. Windows color (decimal): -4377937 or 11481789. OLE color: 11481789.

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

Color convert

RGB18950175-
CMYK00.740.070.26
HSL306.04º58.16%46.86%-
HSV(B)306.04º73.54%74.12%-
XYZ29.8616.242.11-
YUV105.81167.05187.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 50 (19.92% from 255) = 12.08%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=45.65%
G=12.08%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895017500.740.070.26306.0458.1646.86
HexBD32AF04A71A1323a2f
Octal2756225701127324627257
Binary10111101110010101011110100101011111010100110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD32AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD32AF; }

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

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

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

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

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

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

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

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