#BB69AE

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

Shades of Fuchsia #BB69AE

Tints of Fuchsia #BB69AE

Color information

#BB69AE (or 0xBB69AE) is unknown color: approx Fuchsia. HEX triplet: BB, 69 and AE. RGB value is (187,105,174). Sum of RGB (Red+Green+Blue) = 187+105+174=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69AE is #449651. Grayscale: #898989. Windows color (decimal): -4494930 or 11430331. OLE color: 11430331.

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

Color convert

RGB187105174-
CMYK00.440.070.27
HSL309.51º37.61%57.25%-
HSV(B)309.51º43.85%73.33%-
XYZ33.1923.7242.87-
YUV137.38148.67163.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=40.13%
G=22.53%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710517400.440.070.27309.5137.6157.25
HexBB69AE02C71B1362639
Octal2731512560547334664671
Binary10111011110100110101110010110011111011100110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69AE; }

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

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

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

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

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

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

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

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