#BB84E5

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

Shades of Wisteria #BB84E5

Tints of Wisteria #BB84E5

Color information

#BB84E5 (or 0xBB84E5) is unknown color: approx Wisteria. HEX triplet: BB, 84 and E5. RGB value is (187,132,229). Sum of RGB (Red+Green+Blue) = 187+132+229=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB84E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84E5 is #447B1A. Grayscale: #9F9F9F. Windows color (decimal): -4487963 or 15041723. OLE color: 15041723.

HSL color Cylindrical-coordinate representation of color #BB84E5: hue angle of 274.02º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB84E5 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187132229-
CMYK0.180.4200.10
HSL274.02º65.1%70.78%-
HSV(B)274.02º42.36%89.8%-
XYZ42.8932.7278.18-
YUV159.5167.22147.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=34.12%
G=24.09%
B=41.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871322290.180.4200.10274.0265.170.78
HexBB84E5122A0A1124147
Octal2732043452252012422101107
Binary101110111000010011100101100101010100101010001001010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84E5; }

 p { color: rgb(187,132,229); }

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

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

 a { background-color: rgb(187,132,229); }

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

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

 span { border-color: rgb(187,132,229); }

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