Html Css Color HEX #BA89DE Wisteria

📋 copy color: '#BA89DE'

red 186 ◦ green 137 ◦ blue 222

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

Shades of Wisteria #BA89DE

Tints of Wisteria #BA89DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 34.13%
G = 25.14%
B = 40.73%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA89DE (or 0xBA89DE) is known color: Wisteria. HEX triplet: BA, 89 and DE. RGB value is (186,137,222). Sum of RGB (Red+Green+Blue) = 186+137+222=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89DE is #457621. Grayscale: #A1A1A1. Windows color (decimal): -4552226 or 14584250. OLE color: 14584250.

HSL color Cylindrical-coordinate representation of color #BA89DE: hue angle of 274.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA89DE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 137 222 -
CMYK 0.16 0.38 0 0.13
HSL 274.59º 0.56% 0.7% -
HSV(B) 274.59º 0.38% 0.87% -
XYZ 42.38 33.6 73.36 -
YUV 161.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 186 137 222 0.16 0.38 0 0.13 274.59 0.56 0.7
Hex BA 89 DE 10 26 0 D 113 38 46
Octal 272 211 336 20 46 0 15 423 70 106
Binary 10111010 10001001 11011110 10000 100110 0 1101 100010011 111000 1000110

Color Harmonies of #BA89DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89DE

Black with #BA89DE

Text Example


Text Example

White with #BA89DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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