Html Css Color HEX #BB91DC Wisteria

📋 copy color: '#BB91DC'

red 187 ◦ green 145 ◦ blue 220

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

Shades of Wisteria #BB91DC

Tints of Wisteria #BB91DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 33.88%
G = 26.27%
B = 39.86%

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

#BB91DC (or 0xBB91DC) is known color: Wisteria. HEX triplet: BB, 91 and DC. RGB value is (187,145,220). Sum of RGB (Red+Green+Blue) = 187+145+220=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91DC is #446E23. Grayscale: #A5A5A5. Windows color (decimal): -4484644 or 14455227. OLE color: 14455227.

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

Color convert

RGB 187 145 220 -
CMYK 0.15 0.34 0 0.14
HSL 273.6º 0.52% 0.72% -
HSV(B) 273.6º 0.34% 0.86% -
XYZ 43.54 35.98 72.36 -
YUV 166.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 187 145 220 0.15 0.34 0 0.14 273.6 0.52 0.72
Hex BB 91 DC F 22 0 E 112 34 48
Octal 273 221 334 17 42 0 16 422 64 110
Binary 10111011 10010001 11011100 1111 100010 0 1110 100010010 110100 1001000

Color Harmonies of #BB91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91DC

Black with #BB91DC

Text Example


Text Example

White with #BB91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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