Html Css Color HEX #BB91E0 Wisteria

📋 copy color: '#BB91E0'

red 187 ◦ green 145 ◦ blue 224

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

Shades of Wisteria #BB91E0

Tints of Wisteria #BB91E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 33.63%
G = 26.08%
B = 40.29%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB91E0 (or 0xBB91E0) is known color: Wisteria. HEX triplet: BB, 91 and E0. RGB value is (187,145,224). Sum of RGB (Red+Green+Blue) = 187+145+224=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB91E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91E0 is #446E1F. Grayscale: #A6A6A6. Windows color (decimal): -4484640 or 14717371. OLE color: 14717371.

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

Color convert

RGB 187 145 224 -
CMYK 0.17 0.35 0 0.12
HSL 271.9º 0.56% 0.72% -
HSV(B) 271.9º 0.35% 0.88% -
XYZ 44.07 36.2 75.18 -
YUV 166.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 187 145 224 0.17 0.35 0 0.12 271.9 0.56 0.72
Hex BB 91 E0 11 23 0 C 110 38 48
Octal 273 221 340 21 43 0 14 420 70 110
Binary 10111011 10010001 11100000 10001 100011 0 1100 100010000 111000 1001000

Color Harmonies of #BB91E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91E0

Black with #BB91E0

Text Example


Text Example

White with #BB91E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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