#BB63AE

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

Shades of Fuchsia #BB63AE

Tints of Fuchsia #BB63AE

Color information

#BB63AE (or 0xBB63AE) is unknown color: approx Fuchsia. HEX triplet: BB, 63 and AE. RGB value is (187,99,174). Sum of RGB (Red+Green+Blue) = 187+99+174=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63AE is #449C51. Grayscale: #858585. Windows color (decimal): -4496466 or 11428795. OLE color: 11428795.

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

Color convert

RGB18799174-
CMYK00.470.070.27
HSL308.86º39.29%56.08%-
HSV(B)308.86º47.06%73.33%-
XYZ32.622.5442.68-
YUV133.86150.65165.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 99 (39.06% from 255) = 21.52%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=40.65%
G=21.52%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879917400.470.070.27308.8639.2956.08
HexBB63AE02F71B1352738
Octal2731432560577334654770
Binary10111011110001110101110010111111111011100110101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63AE; }

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

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

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

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

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

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

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

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