Html Css Color HEX #BB91E1 Wisteria

📋 copy color: '#BB91E1'

red 187 ◦ green 145 ◦ blue 225

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

Shades of Wisteria #BB91E1

Tints of Wisteria #BB91E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 33.57%
G = 26.03%
B = 40.39%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB91E1 (or 0xBB91E1) is known color: Wisteria. HEX triplet: BB, 91 and E1. RGB value is (187,145,225). Sum of RGB (Red+Green+Blue) = 187+145+225=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91E1 is #446E1E. Grayscale: #A6A6A6. Windows color (decimal): -4484639 or 14782907. OLE color: 14782907.

HSL color Cylindrical-coordinate representation of color #BB91E1: hue angle of 271.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB91E1 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 145 225 -
CMYK 0.17 0.36 0 0.12
HSL 271.5º 0.57% 0.73% -
HSV(B) 271.5º 0.36% 0.88% -
XYZ 44.21 36.25 75.9 -
YUV 166.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 187 145 225 0.17 0.36 0 0.12 271.5 0.57 0.73
Hex BB 91 E1 11 24 0 C 110 39 49
Octal 273 221 341 21 44 0 14 420 71 111
Binary 10111011 10010001 11100001 10001 100100 0 1100 100010000 111001 1001001

Color Harmonies of #BB91E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91E1

Black with #BB91E1

Text Example


Text Example

White with #BB91E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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