#BB8AE2

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

Shades of Wisteria #BB8AE2

Tints of Wisteria #BB8AE2

Color information

#BB8AE2 (or 0xBB8AE2) is unknown color: approx Wisteria. HEX triplet: BB, 8A and E2. RGB value is (187,138,226). Sum of RGB (Red+Green+Blue) = 187+138+226=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB8AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AE2 is #44751D. Grayscale: #A2A2A2. Windows color (decimal): -4486430 or 14846651. OLE color: 14846651.

HSL color Cylindrical-coordinate representation of color #BB8AE2: hue angle of 273.41º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8AE2 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187138226-
CMYK0.170.3900.11
HSL273.41º60.27%71.37%-
HSV(B)273.41º38.94%88.63%-
XYZ43.3134.2376.28-
YUV162.68163.73145.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 226 (88.67% from 255) = 41.02%
R=33.94%
G=25.05%
B=41.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871382260.170.3900.11273.4160.2771.37
HexBB8AE211270B1113c47
Octal273212342214701342174107
Binary10111011100010101110001010001100111010111000100011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8AE2; }

 p { color: rgb(187,138,226); }

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

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

 a { background-color: rgb(187,138,226); }

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

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

 span { border-color: rgb(187,138,226); }

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