#BB82EE

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

Shades of Wisteria #BB82EE

Tints of Wisteria #BB82EE

Color information

#BB82EE (or 0xBB82EE) is unknown color: approx Wisteria. HEX triplet: BB, 82 and EE. RGB value is (187,130,238). Sum of RGB (Red+Green+Blue) = 187+130+238=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82EE is #447D11. Grayscale: #9E9E9E. Windows color (decimal): -4488466 or 15631035. OLE color: 15631035.

HSL color Cylindrical-coordinate representation of color #BB82EE: hue angle of 271.67º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB82EE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187130238-
CMYK0.210.4500.07
HSL271.67º76.06%72.16%-
HSV(B)271.67º45.38%93.33%-
XYZ43.9132.784.89-
YUV159.36172.38147.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=33.69%
G=23.42%
B=42.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871302380.210.4500.07271.6776.0672.16
HexBB82EE152D071104c48
Octal273202356255507420114110
Binary10111011100000101110111010101101101011110001000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82EE; }

 p { color: rgb(187,130,238); }

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

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

 a { background-color: rgb(187,130,238); }

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

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

 span { border-color: rgb(187,130,238); }

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