Html Css Color HEX #BB91D7 Wisteria

📋 copy color: '#BB91D7'

red 187 ◦ green 145 ◦ blue 215

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

Shades of Wisteria #BB91D7

Tints of Wisteria #BB91D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.31%

R = 34.19%
G = 26.51%
B = 39.31%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB91D7 (or 0xBB91D7) is known color: Wisteria. HEX triplet: BB, 91 and D7. RGB value is (187,145,215). Sum of RGB (Red+Green+Blue) = 187+145+215=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB91D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91D7 is #446E28. Grayscale: #A5A5A5. Windows color (decimal): -4484649 or 14127547. OLE color: 14127547.

HSL color Cylindrical-coordinate representation of color #BB91D7: hue angle of 276º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB91D7 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 145 215 -
CMYK 0.13 0.33 0 0.16
HSL 276º 0.47% 0.71% -
HSV(B) 276º 0.33% 0.84% -
XYZ 42.88 35.72 68.92 -
YUV 165.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 187 145 215 0.13 0.33 0 0.16 276 0.47 0.71
Hex BB 91 D7 D 21 0 10 114 2F 47
Octal 273 221 327 15 41 0 20 424 57 107
Binary 10111011 10010001 11010111 1101 100001 0 10000 100010100 101111 1000111

Color Harmonies of #BB91D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91D7

Black with #BB91D7

Text Example


Text Example

White with #BB91D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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