#BB84EF

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

Shades of Wisteria #BB84EF

Tints of Wisteria #BB84EF

Color information

#BB84EF (or 0xBB84EF) is unknown color: approx Wisteria. HEX triplet: BB, 84 and EF. RGB value is (187,132,239). Sum of RGB (Red+Green+Blue) = 187+132+239=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84EF is #447B10. Grayscale: #A0A0A0. Windows color (decimal): -4487953 or 15697083. OLE color: 15697083.

HSL color Cylindrical-coordinate representation of color #BB84EF: hue angle of 270.84º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB84EF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187132239-
CMYK0.220.4500.06
HSL270.84º76.98%72.75%-
HSV(B)270.84º44.77%93.73%-
XYZ44.3233.385.75-
YUV160.64172.22146.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=33.51%
G=23.66%
B=42.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871322390.220.4500.06270.8476.9872.75
HexBB84EF162D0610f4d49
Octal273204357265506417115111
Binary10111011100001001110111110110101101011010000111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84EF; }

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

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

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

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

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

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

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

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