Html Css Color HEX #BA93D7 Wisteria

📋 copy color: '#BA93D7'

red 186 ◦ green 147 ◦ blue 215

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

Shades of Wisteria #BA93D7

Tints of Wisteria #BA93D7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.82%

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

R = 33.94%
G = 26.82%
B = 39.23%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA93D7 (or 0xBA93D7) is known color: Wisteria. HEX triplet: BA, 93 and D7. RGB value is (186,147,215). Sum of RGB (Red+Green+Blue) = 186+147+215=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA93D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93D7 is #456C28. Grayscale: #A6A6A6. Windows color (decimal): -4549673 or 14128058. OLE color: 14128058.

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

Color convert

RGB 186 147 215 -
CMYK 0.13 0.32 0 0.16
HSL 274.41º 0.46% 0.71% -
HSV(B) 274.41º 0.32% 0.84% -
XYZ 42.95 36.21 69.02 -
YUV 166.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 186 147 215 0.13 0.32 0 0.16 274.41 0.46 0.71
Hex BA 93 D7 D 20 0 10 112 2E 47
Octal 272 223 327 15 40 0 20 422 56 107
Binary 10111010 10010011 11010111 1101 100000 0 10000 100010010 101110 1000111

Color Harmonies of #BA93D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93D7

Black with #BA93D7

Text Example


Text Example

White with #BA93D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93D7; }

 p { color: rgb(186,147,215); }

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

background-color css

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

 a { background-color: rgb(186,147,215); }

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

border-color css

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

 span { border-color: rgb(186,147,215); }

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