Html Css Color HEX #BA8AD8 Wisteria

📋 copy color: '#BA8AD8'

red 186 ◦ green 138 ◦ blue 216

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

Shades of Wisteria #BA8AD8

Tints of Wisteria #BA8AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40%

R = 34.44%
G = 25.56%
B = 40%

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

#BA8AD8 (or 0xBA8AD8) is known color: Wisteria. HEX triplet: BA, 8A and D8. RGB value is (186,138,216). Sum of RGB (Red+Green+Blue) = 186+138+216=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA8AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AD8 is #457527. Grayscale: #A0A0A0. Windows color (decimal): -4551976 or 14191290. OLE color: 14191290.

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

Color convert

RGB 186 138 216 -
CMYK 0.14 0.36 0 0.15
HSL 276.92º 0.5% 0.69% -
HSV(B) 276.92º 0.36% 0.85% -
XYZ 41.73 33.57 69.25 -
YUV 161.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 186 138 216 0.14 0.36 0 0.15 276.92 0.5 0.69
Hex BA 8A D8 E 24 0 F 115 32 45
Octal 272 212 330 16 44 0 17 425 62 105
Binary 10111010 10001010 11011000 1110 100100 0 1111 100010101 110010 1000101

Color Harmonies of #BA8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8AD8

Black with #BA8AD8

Text Example


Text Example

White with #BA8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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