#BD68AC

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

Shades of Fuchsia #BD68AC

Tints of Fuchsia #BD68AC

Color information

#BD68AC (or 0xBD68AC) is unknown color: approx Fuchsia. HEX triplet: BD, 68 and AC. RGB value is (189,104,172). Sum of RGB (Red+Green+Blue) = 189+104+172=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD68AC is #429753. Grayscale: #888888. Windows color (decimal): -4364116 or 11299005. OLE color: 11299005.

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

Color convert

RGB189104172-
CMYK00.450.090.26
HSL312º39.17%57.45%-
HSV(B)312º44.97%74.12%-
XYZ33.3823.741.84-
YUV137.17147.66164.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=40.65%
G=22.37%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910417200.450.090.2631239.1757.45
HexBD68AC02D91A1382739
Octal27515025405511324704771
Binary101111011101000101011000101101100111010100111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68AC; }

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

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

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

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

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

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

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

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