#BB84E0

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

Shades of Wisteria #BB84E0

Tints of Wisteria #BB84E0

Color information

#BB84E0 (or 0xBB84E0) is unknown color: approx Wisteria. HEX triplet: BB, 84 and E0. RGB value is (187,132,224). Sum of RGB (Red+Green+Blue) = 187+132+224=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB84E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84E0 is #447B1F. Grayscale: #9E9E9E. Windows color (decimal): -4487968 or 14714043. OLE color: 14714043.

HSL color Cylindrical-coordinate representation of color #BB84E0: hue angle of 275.87º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB84E0 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187132224-
CMYK0.170.4100.12
HSL275.87º59.74%69.8%-
HSV(B)275.87º41.07%87.84%-
XYZ42.232.4574.56-
YUV158.93164.72148.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 132 (51.95% from 255) = 24.31%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=34.44%
G=24.31%
B=41.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871322240.170.4100.12275.8759.7469.8
HexBB84E011290C1143c46
Octal273204340215101442474106
Binary10111011100001001110000010001101001011001000101001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84E0; }

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

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

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

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

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

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

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

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