Html Css Color HEX #BB89D7 Wisteria

📋 copy color: '#BB89D7'

red 187 ◦ green 137 ◦ blue 215

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

Shades of Wisteria #BB89D7

Tints of Wisteria #BB89D7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.42%

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

R = 34.69%
G = 25.42%
B = 39.89%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB89D7 (or 0xBB89D7) is known color: Wisteria. HEX triplet: BB, 89 and D7. RGB value is (187,137,215). Sum of RGB (Red+Green+Blue) = 187+137+215=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB89D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89D7 is #447628. Grayscale: #A0A0A0. Windows color (decimal): -4486697 or 14125499. OLE color: 14125499.

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

Color convert

RGB 187 137 215 -
CMYK 0.13 0.36 0 0.16
HSL 278.46º 0.49% 0.69% -
HSV(B) 278.46º 0.36% 0.84% -
XYZ 41.7 33.36 68.53 -
YUV 160.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 187 137 215 0.13 0.36 0 0.16 278.46 0.49 0.69
Hex BB 89 D7 D 24 0 10 116 31 45
Octal 273 211 327 15 44 0 20 426 61 105
Binary 10111011 10001001 11010111 1101 100100 0 10000 100010110 110001 1000101

Color Harmonies of #BB89D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB89D7

Black with #BB89D7

Text Example


Text Example

White with #BB89D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB89D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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