#BB5CAE

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

Shades of Fuchsia #BB5CAE

Tints of Fuchsia #BB5CAE

Color information

#BB5CAE (or 0xBB5CAE) is unknown color: approx Fuchsia. HEX triplet: BB, 5C and AE. RGB value is (187,92,174). Sum of RGB (Red+Green+Blue) = 187+92+174=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CAE is #44A351. Grayscale: #818181. Windows color (decimal): -4498258 or 11427003. OLE color: 11427003.

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

Color convert

RGB18792174-
CMYK00.510.070.27
HSL308.21º41.13%54.71%-
HSV(B)308.21º50.8%73.33%-
XYZ31.9621.2842.47-
YUV129.75152.97168.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=41.28%
G=20.31%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879217400.510.070.27308.2141.1354.71
HexBB5CAE03371B1342937
Octal2731342560637334645167
Binary10111011101110010101110011001111111011100110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CAE; }

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

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

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

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

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

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

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

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