#BB83E5

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

Shades of Wisteria #BB83E5

Tints of Wisteria #BB83E5

Color information

#BB83E5 (or 0xBB83E5) is unknown color: approx Wisteria. HEX triplet: BB, 83 and E5. RGB value is (187,131,229). Sum of RGB (Red+Green+Blue) = 187+131+229=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB83E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83E5 is #447C1A. Grayscale: #9E9E9E. Windows color (decimal): -4488219 or 15041467. OLE color: 15041467.

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

Color convert

RGB187131229-
CMYK0.180.4300.10
HSL274.29º65.33%70.59%-
HSV(B)274.29º42.79%89.8%-
XYZ42.7532.4578.14-
YUV158.92167.55148.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=34.19%
G=23.95%
B=41.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871312290.180.4300.10274.2965.3370.59
HexBB83E5122B0A1124147
Octal2732033452253012422101107
Binary101110111000001111100101100101010110101010001001010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83E5; }

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

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

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

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

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

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

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

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