#B969AE

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

Shades of Fuchsia #B969AE

Tints of Fuchsia #B969AE

Color information

#B969AE (or 0xB969AE) is unknown color: approx Fuchsia. HEX triplet: B9, 69 and AE. RGB value is (185,105,174). Sum of RGB (Red+Green+Blue) = 185+105+174=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B969AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B969AE is #469651. Grayscale: #888888. Windows color (decimal): -4626002 or 11430329. OLE color: 11430329.

HSL color Cylindrical-coordinate representation of color #B969AE: hue angle of 308.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B969AE is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185105174-
CMYK00.430.060.27
HSL308.25º36.36%56.86%-
HSV(B)308.25º43.24%72.55%-
XYZ32.723.4742.85-
YUV136.79149162.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=39.87%
G=22.63%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510517400.430.060.27308.2536.3656.86
HexB969AE02B61B1342439
Octal2711512560536334644471
Binary10111001110100110101110010101111011011100110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969AE; }

 p { color: rgb(185,105,174); }

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

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

 a { background-color: rgb(185,105,174); }

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

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

 span { border-color: rgb(185,105,174); }

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