Html Css Color HEX #BA89D8 Wisteria

📋 copy color: '#BA89D8'

red 186 ◦ green 137 ◦ blue 216

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

Shades of Wisteria #BA89D8

Tints of Wisteria #BA89D8

RGB

 RED value IS 186 (73.05% from 255) = 34.51%

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

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 34.51%
G = 25.42%
B = 40.07%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA89D8 (or 0xBA89D8) is known color: Wisteria. HEX triplet: BA, 89 and D8. RGB value is (186,137,216). Sum of RGB (Red+Green+Blue) = 186+137+216=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA89D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89D8 is #457627. Grayscale: #A0A0A0. Windows color (decimal): -4552232 or 14191034. OLE color: 14191034.

HSL color Cylindrical-coordinate representation of color #BA89D8: hue angle of 277.22º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA89D8 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 137 216 -
CMYK 0.14 0.37 0 0.15
HSL 277.22º 0.5% 0.69% -
HSV(B) 277.22º 0.37% 0.85% -
XYZ 41.59 33.29 69.2 -
YUV 160.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 186 137 216 0.14 0.37 0 0.15 277.22 0.5 0.69
Hex BA 89 D8 E 25 0 F 115 32 45
Octal 272 211 330 16 45 0 17 425 62 105
Binary 10111010 10001001 11011000 1110 100101 0 1111 100010101 110010 1000101

Color Harmonies of #BA89D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89D8

Black with #BA89D8

Text Example


Text Example

White with #BA89D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89D8; }

 p { color: rgb(186,137,216); }

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

background-color css

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

 a { background-color: rgb(186,137,216); }

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

border-color css

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

 span { border-color: rgb(186,137,216); }

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