#BB93DB

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

Shades of Wisteria #BB93DB

Tints of Wisteria #BB93DB

Color information

#BB93DB (or 0xBB93DB) is unknown color: approx Wisteria. HEX triplet: BB, 93 and DB. RGB value is (187,147,219). Sum of RGB (Red+Green+Blue) = 187+147+219=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93DB is #446C24. Grayscale: #A6A6A6. Windows color (decimal): -4484133 or 14390203. OLE color: 14390203.

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

Color convert

RGB187147219-
CMYK0.150.3300.14
HSL273.33º50%71.76%-
HSV(B)273.33º32.88%85.88%-
XYZ43.7136.5571.77-
YUV167.17157.25142.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=33.82%
G=26.58%
B=39.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871472190.150.3300.14273.335071.76
HexBB93DBF210E1113248
Octal273223333174101642162110
Binary1011101110010011110110111111100001011101000100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93DB; }

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

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

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

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

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

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

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

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