#BB8EDD

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

Shades of Wisteria #BB8EDD

Tints of Wisteria #BB8EDD

Color information

#BB8EDD (or 0xBB8EDD) is unknown color: approx Wisteria. HEX triplet: BB, 8E and DD. RGB value is (187,142,221). Sum of RGB (Red+Green+Blue) = 187+142+221=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EDD is #447122. Grayscale: #A4A4A4. Windows color (decimal): -4485411 or 14519995. OLE color: 14519995.

HSL color Cylindrical-coordinate representation of color #BB8EDD: hue angle of 274.18º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8EDD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187142221-
CMYK0.150.3600.13
HSL274.18º53.74%71.18%-
HSV(B)274.18º35.75%86.67%-
XYZ43.2235.1372.91-
YUV164.46159.91144.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 142 (55.86% from 255) = 25.82%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=34%
G=25.82%
B=40.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871422210.150.3600.13274.1853.7471.18
HexBB8EDDF240D1123647
Octal273216335174401542266107
Binary1011101110001110110111011111100100011011000100101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EDD; }

 p { color: rgb(187,142,221); }

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

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

 a { background-color: rgb(187,142,221); }

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

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

 span { border-color: rgb(187,142,221); }

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