Html Css Color HEX #BB89D4 Wisteria

📋 copy color: '#BB89D4'

red 187 ◦ green 137 ◦ blue 212

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

Shades of Wisteria #BB89D4

Tints of Wisteria #BB89D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.55%

R = 34.89%
G = 25.56%
B = 39.55%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB89D4 (or 0xBB89D4) is known color: Wisteria. HEX triplet: BB, 89 and D4. RGB value is (187,137,212). Sum of RGB (Red+Green+Blue) = 187+137+212=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB89D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89D4 is #44762B. Grayscale: #A0A0A0. Windows color (decimal): -4486700 or 13928891. OLE color: 13928891.

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

Color convert

RGB 187 137 212 -
CMYK 0.12 0.35 0 0.17
HSL 280º 0.47% 0.68% -
HSV(B) 280º 0.35% 0.83% -
XYZ 41.32 33.21 66.52 -
YUV 160.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 187 137 212 0.12 0.35 0 0.17 280 0.47 0.68
Hex BB 89 D4 C 23 0 11 118 2F 44
Octal 273 211 324 14 43 0 21 430 57 104
Binary 10111011 10001001 11010100 1100 100011 0 10001 100011000 101111 1000100

Color Harmonies of #BB89D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB89D4

Black with #BB89D4

Text Example


Text Example

White with #BB89D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB89D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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