#BB8BE9

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

Shades of Wisteria #BB8BE9

Tints of Wisteria #BB8BE9

Color information

#BB8BE9 (or 0xBB8BE9) is unknown color: approx Wisteria. HEX triplet: BB, 8B and E9. RGB value is (187,139,233). Sum of RGB (Red+Green+Blue) = 187+139+233=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB8BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BE9 is #447416. Grayscale: #A3A3A3. Windows color (decimal): -4486167 or 15305659. OLE color: 15305659.

HSL color Cylindrical-coordinate representation of color #BB8BE9: hue angle of 270.64º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8BE9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187139233-
CMYK0.200.4000.09
HSL270.64º68.12%72.94%-
HSV(B)270.64º40.34%91.37%-
XYZ44.4334.9181.49-
YUV164.07166.9144.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=33.45%
G=24.87%
B=41.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871392330.200.4000.09270.6468.1272.94
HexBB8BE914280910f4449
Octal2732133512450011417104111
Binary101110111000101111101001101001010000100110000111110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BE9; }

 p { color: rgb(187,139,233); }

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

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

 a { background-color: rgb(187,139,233); }

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

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

 span { border-color: rgb(187,139,233); }

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