#BB8AEA

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

Shades of Wisteria #BB8AEA

Tints of Wisteria #BB8AEA

Color information

#BB8AEA (or 0xBB8AEA) is unknown color: approx Wisteria. HEX triplet: BB, 8A and EA. RGB value is (187,138,234). Sum of RGB (Red+Green+Blue) = 187+138+234=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB8AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AEA is #447515. Grayscale: #A3A3A3. Windows color (decimal): -4486422 or 15370939. OLE color: 15370939.

HSL color Cylindrical-coordinate representation of color #BB8AEA: hue angle of 270.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB8AEA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187138234-
CMYK0.200.4100.08
HSL270.62º69.57%72.94%-
HSV(B)270.62º41.03%91.76%-
XYZ44.4334.6882.19-
YUV163.59167.73144.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=33.45%
G=24.69%
B=41.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871382340.200.4100.08270.6269.5772.94
HexBB8AEA14290810f4649
Octal2732123522451010417106111
Binary101110111000101011101010101001010010100010000111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8AEA; }

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

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

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

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

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

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

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

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