Html Css Color HEX #BB91DB Wisteria

📋 copy color: '#BB91DB'

red 187 ◦ green 145 ◦ blue 219

#BB91DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #BB91DB

Tints of Wisteria #BB91DB

RGB

 RED value IS 187 (73.44% from 255) = 33.94%

 GREEN value IS 145 (57.03% from 255) = 26.32%

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 33.94%
G = 26.32%
B = 39.75%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB91DB (or 0xBB91DB) is known color: Wisteria. HEX triplet: BB, 91 and DB. RGB value is (187,145,219). Sum of RGB (Red+Green+Blue) = 187+145+219=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91DB is #446E24. Grayscale: #A5A5A5. Windows color (decimal): -4484645 or 14389691. OLE color: 14389691.

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

Color convert

RGB 187 145 219 -
CMYK 0.15 0.34 0 0.14
HSL 274.05º 0.51% 0.71% -
HSV(B) 274.05º 0.34% 0.86% -
XYZ 43.41 35.93 71.67 -
YUV 165.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 187 145 219 0.15 0.34 0 0.14 274.05 0.51 0.71
Hex BB 91 DB F 22 0 E 112 33 47
Octal 273 221 333 17 42 0 16 422 63 107
Binary 10111011 10010001 11011011 1111 100010 0 1110 100010010 110011 1000111

Color Harmonies of #BB91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91DB

Black with #BB91DB

Text Example


Text Example

White with #BB91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91DB; }

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

 H1.HeaderClassName
 {
   color: #BB91DB;
 }
 .AnyTagClassName
 {
   color: #BB91DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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