Html Css Color HEX #BA8DD9 Wisteria

📋 copy color: '#BA8DD9'

red 186 ◦ green 141 ◦ blue 217

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

Shades of Wisteria #BA8DD9

Tints of Wisteria #BA8DD9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.92%

 BLUE value IS 217 (85.16% from 255) = 39.89%

R = 34.19%
G = 25.92%
B = 39.89%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA8DD9 (or 0xBA8DD9) is known color: Wisteria. HEX triplet: BA, 8D and D9. RGB value is (186,141,217). Sum of RGB (Red+Green+Blue) = 186+141+217=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA8DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DD9 is #457226. Grayscale: #A2A2A2. Windows color (decimal): -4551207 or 14257594. OLE color: 14257594.

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

Color convert

RGB 186 141 217 -
CMYK 0.14 0.35 0 0.15
HSL 275.53º 0.5% 0.7% -
HSV(B) 275.53º 0.35% 0.85% -
XYZ 42.3 34.5 70.08 -
YUV 163.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 186 141 217 0.14 0.35 0 0.15 275.53 0.5 0.7
Hex BA 8D D9 E 23 0 F 114 32 46
Octal 272 215 331 16 43 0 17 424 62 106
Binary 10111010 10001101 11011001 1110 100011 0 1111 100010100 110010 1000110

Color Harmonies of #BA8DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DD9

Black with #BA8DD9

Text Example


Text Example

White with #BA8DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DD9; }

 p { color: rgb(186,141,217); }

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

background-color css

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

 a { background-color: rgb(186,141,217); }

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

border-color css

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

 span { border-color: rgb(186,141,217); }

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