#BB65AE

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

Shades of Fuchsia #BB65AE

Tints of Fuchsia #BB65AE

Color information

#BB65AE (or 0xBB65AE) is unknown color: approx Fuchsia. HEX triplet: BB, 65 and AE. RGB value is (187,101,174). Sum of RGB (Red+Green+Blue) = 187+101+174=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65AE is #449A51. Grayscale: #868686. Windows color (decimal): -4495954 or 11429307. OLE color: 11429307.

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

Color convert

RGB187101174-
CMYK00.460.070.27
HSL309.07º38.74%56.47%-
HSV(B)309.07º45.99%73.33%-
XYZ32.7922.9342.74-
YUV135.04149.99165.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=40.48%
G=21.86%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710117400.460.070.27309.0738.7456.47
HexBB65AE02E71B1352738
Octal2731452560567334654770
Binary10111011110010110101110010111011111011100110101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65AE; }

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

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

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

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

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

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

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

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