#BB8DE3

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

Shades of Wisteria #BB8DE3

Tints of Wisteria #BB8DE3

Color information

#BB8DE3 (or 0xBB8DE3) is unknown color: approx Wisteria. HEX triplet: BB, 8D and E3. RGB value is (187,141,227). Sum of RGB (Red+Green+Blue) = 187+141+227=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB8DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DE3 is #44721C. Grayscale: #A4A4A4. Windows color (decimal): -4485661 or 14912955. OLE color: 14912955.

HSL color Cylindrical-coordinate representation of color #BB8DE3: hue angle of 272.09º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8DE3 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187141227-
CMYK0.180.3800.11
HSL272.09º60.56%72.16%-
HSV(B)272.09º37.89%89.02%-
XYZ43.8835.1677.15-
YUV164.56163.24144.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=33.69%
G=25.41%
B=40.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871412270.180.3800.11272.0960.5672.16
HexBB8DE312260B1103d48
Octal273215343224601342075110
Binary10111011100011011110001110010100110010111000100001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DE3; }

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

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

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

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

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

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

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

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