Html Css Color HEX #BA8AD9 Wisteria

📋 copy color: '#BA8AD9'

red 186 ◦ green 138 ◦ blue 217

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

Shades of Wisteria #BA8AD9

Tints of Wisteria #BA8AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.51%

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

R = 34.38%
G = 25.51%
B = 40.11%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA8AD9 (or 0xBA8AD9) is known color: Wisteria. HEX triplet: BA, 8A and D9. RGB value is (186,138,217). Sum of RGB (Red+Green+Blue) = 186+138+217=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA8AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AD9 is #457526. Grayscale: #A1A1A1. Windows color (decimal): -4551975 or 14256826. OLE color: 14256826.

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

Color convert

RGB 186 138 217 -
CMYK 0.14 0.36 0 0.15
HSL 276.46º 0.51% 0.7% -
HSV(B) 276.46º 0.36% 0.85% -
XYZ 41.86 33.63 69.93 -
YUV 161.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 186 138 217 0.14 0.36 0 0.15 276.46 0.51 0.7
Hex BA 8A D9 E 24 0 F 114 33 46
Octal 272 212 331 16 44 0 17 424 63 106
Binary 10111010 10001010 11011001 1110 100100 0 1111 100010100 110011 1000110

Color Harmonies of #BA8AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8AD9

Black with #BA8AD9

Text Example


Text Example

White with #BA8AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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