#BD69AC

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

Shades of Fuchsia #BD69AC

Tints of Fuchsia #BD69AC

Color information

#BD69AC (or 0xBD69AC) is unknown color: approx Fuchsia. HEX triplet: BD, 69 and AC. RGB value is (189,105,172). Sum of RGB (Red+Green+Blue) = 189+105+172=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD69AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD69AC is #429653. Grayscale: #898989. Windows color (decimal): -4363860 or 11299261. OLE color: 11299261.

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

Color convert

RGB189105172-
CMYK00.440.090.26
HSL312.14º38.89%57.65%-
HSV(B)312.14º44.44%74.12%-
XYZ33.4823.941.88-
YUV137.75147.33164.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=40.56%
G=22.53%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910517200.440.090.26312.1438.8957.65
HexBD69AC02C91A138273a
Octal27515125405411324704772
Binary101111011101001101011000101100100111010100111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD69AC; }

 p { color: rgb(189,105,172); }

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

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

 a { background-color: rgb(189,105,172); }

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

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

 span { border-color: rgb(189,105,172); }

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