#BD65AC

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

Shades of Fuchsia #BD65AC

Tints of Fuchsia #BD65AC

Color information

#BD65AC (or 0xBD65AC) is unknown color: approx Fuchsia. HEX triplet: BD, 65 and AC. RGB value is (189,101,172). Sum of RGB (Red+Green+Blue) = 189+101+172=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD65AC is #429A53. Grayscale: #878787. Windows color (decimal): -4364884 or 11298237. OLE color: 11298237.

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

Color convert

RGB189101172-
CMYK00.470.090.26
HSL311.59º40%56.86%-
HSV(B)311.59º46.56%74.12%-
XYZ33.0923.141.75-
YUV135.41148.65166.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=40.91%
G=21.86%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910117200.470.090.26311.594056.86
HexBD65AC02F91A1382839
Octal27514525405711324705071
Binary101111011100101101011000101111100111010100111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD65AC; }

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

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

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

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

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

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

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

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