#BB8DE0

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

Shades of Wisteria #BB8DE0

Tints of Wisteria #BB8DE0

Color information

#BB8DE0 (or 0xBB8DE0) is unknown color: approx Wisteria. HEX triplet: BB, 8D and E0. RGB value is (187,141,224). Sum of RGB (Red+Green+Blue) = 187+141+224=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB8DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DE0 is #44721F. Grayscale: #A3A3A3. Windows color (decimal): -4485664 or 14716347. OLE color: 14716347.

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

Color convert

RGB187141224-
CMYK0.170.3700.12
HSL273.25º57.24%71.57%-
HSV(B)273.25º37.05%87.84%-
XYZ43.473574.98-
YUV164.22161.74144.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=33.88%
G=25.54%
B=40.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871412240.170.3700.12273.2557.2471.57
HexBB8DE011250C1113948
Octal273215340214501442171110
Binary10111011100011011110000010001100101011001000100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DE0; }

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

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

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

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

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

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

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

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