#BB93DA

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

Shades of Wisteria #BB93DA

Tints of Wisteria #BB93DA

Color information

#BB93DA (or 0xBB93DA) is unknown color: approx Wisteria. HEX triplet: BB, 93 and DA. RGB value is (187,147,218). Sum of RGB (Red+Green+Blue) = 187+147+218=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93DA is #446C25. Grayscale: #A6A6A6. Windows color (decimal): -4484134 or 14324667. OLE color: 14324667.

HSL color Cylindrical-coordinate representation of color #BB93DA: hue angle of 273.8º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB93DA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187147218-
CMYK0.140.3300.15
HSL273.8º48.97%71.57%-
HSV(B)273.8º32.57%85.49%-
XYZ43.5836.4971.08-
YUV167.05156.75142.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=33.88%
G=26.63%
B=39.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871472180.140.3300.15273.848.9771.57
HexBB93DAE210F1123148
Octal273223332164101742261110
Binary1011101110010011110110101110100001011111000100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93DA; }

 p { color: rgb(187,147,218); }

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

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

 a { background-color: rgb(187,147,218); }

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

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

 span { border-color: rgb(187,147,218); }

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