Html Css Color HEX #BA93D1 Wisteria

📋 copy color: '#BA93D1'

red 186 ◦ green 147 ◦ blue 209

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

Shades of Wisteria #BA93D1

Tints of Wisteria #BA93D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.56%

R = 34.32%
G = 27.12%
B = 38.56%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA93D1 (or 0xBA93D1) is known color: Wisteria. HEX triplet: BA, 93 and D1. RGB value is (186,147,209). Sum of RGB (Red+Green+Blue) = 186+147+209=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93D1 is #456C2E. Grayscale: #A5A5A5. Windows color (decimal): -4549679 or 13734842. OLE color: 13734842.

HSL color Cylindrical-coordinate representation of color #BA93D1: hue angle of 277.74º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA93D1 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 147 209 -
CMYK 0.11 0.30 0 0.18
HSL 277.74º 0.4% 0.7% -
HSV(B) 277.74º 0.3% 0.82% -
XYZ 42.19 35.91 65.03 -
YUV 165.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 186 147 209 0.11 0.30 0 0.18 277.74 0.4 0.7
Hex BA 93 D1 B 1E 0 12 116 28 46
Octal 272 223 321 13 36 0 22 426 50 106
Binary 10111010 10010011 11010001 1011 11110 0 10010 100010110 101000 1000110

Color Harmonies of #BA93D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93D1

Black with #BA93D1

Text Example


Text Example

White with #BA93D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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